This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 414
4f443295 bc05 f518 122c 3f9fbe593d71
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the list of entities contained in the group.
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public EntityCollection Entities { get; }
VB
Public ReadOnly Property Entities As EntityCollection
Get
C++
public:
property EntityCollection^ Entities {
EntityCollection^ get ();
}
F#
member Entities : EntityCollection with get
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.