Group Constructor (IEnumerableEntityObject)
|
Initialized a new group with the specified entities.
Namespace:
DXFReaderNET.Objects
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Group(
IEnumerable<EntityObject> entities
)
Public Sub New (
entities As IEnumerable(Of EntityObject)
)
public:
Group(
IEnumerable<EntityObject^>^ entities
)
new :
entities : IEnumerable<EntityObject> -> Group
CONSTRUCTOR(
entities AS IEnumerable<EntityObject>
)
Parameters
- entities
- Type: System.Collections.GenericIEnumerableEntityObject
The list of entities contained in the group.
Remarks
If the name is set to null or empty, a unique name will be generated when it is added to the document.
See Also