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 409
c2ac5f08 2198 93f3 1767 e3d7e34968a1
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the entity list of the block.
Namespace: netDxf.Blocks
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
Null entities, attribute definitions or entities already owned by another block or document cannot be added to the list.