Click or drag to resize

GroupEntities Property

Gets the list of entities contained in the group.

Namespace:  DXFReaderNET.Objects
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public EntityCollection Entities { get; }

Property Value

Type: EntityCollection
Remarks
When the group is added to the document the entities in it will be automatically added too.
An entity may be contained in different groups.
If the entities list is modified after it has been added to the document the entities will have to be added manually.
See Also