Click or drag to resize

Group Constructor (IEnumerableEntityObject)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initialized a new group with the specified entities.

Namespace:  netDxf.Objects
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public Group(
	IEnumerable<EntityObject> entities
)
Request Example View Source

Parameters

entities
Type: System.Collections.GenericIEnumerableEntityObject
The list of entities contained in the group.
Remarks
A unique name will be generated when the group is added to the document.
See Also