Click or drag to resize

Block Constructor (String, IEnumerableEntityObject)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the Block class.

Namespace:  netDxf.Blocks
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public Block(
	string name,
	IEnumerable<EntityObject> entities
)
Request Example View Source

Parameters

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