This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
922e3ace 3012 d11d 63f7 06aef23d1696
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the list of entities that makes the boundary.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public IReadOnlyList<EntityObject> Entities { get; }VB
Public ReadOnly Property Entities As IReadOnlyList(Of EntityObject)
GetC++
public:
property IReadOnlyList<EntityObject^>^ Entities {
IReadOnlyList<EntityObject^>^ get ();
}F#
member Entities : IReadOnlyList<EntityObject> with getIReadOnlyList(EntityObject)
If the boundary path belongs to a non-associative hatch this list will contain zero entities.