Block Constructor (String, IEnumerableEntityObject)
|
Initializes a new instance of the Block class.
Namespace:
DXFReaderNET.Blocks
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Block(
string name,
IEnumerable<EntityObject> entities
)
Public Sub New (
name As String,
entities As IEnumerable(Of EntityObject)
)
public:
Block(
String^ name,
IEnumerable<EntityObject^>^ entities
)
new :
name : string *
entities : IEnumerable<EntityObject> -> Block
CONSTRUCTOR(
name AS STRING,
entities AS IEnumerable<EntityObject>
)
Parameters
- name
- Type: SystemString
Block name. - entities
- Type: System.Collections.GenericIEnumerableEntityObject
The list of entities that make the block.
See Also