Click or drag to resize

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
)

Parameters

name
Type: SystemString
Block name.
entities
Type: System.Collections.GenericIEnumerableEntityObject
The list of entities that make the block.
See Also