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; }
Public ReadOnly Property Entities As EntityCollection
Get
public:
property EntityCollection^ Entities {
EntityCollection^ get ();
}
member Entities : EntityCollection with get
PROPERTY Entities AS EntityCollection GET
Property Value
Type:
EntityCollectionRemarks
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