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 411
15cdedd7 af65 03db 1c1c f8b80f11884f
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the complete list entities contained in the active layout.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public IEnumerable<EntityObject> All { get; }
VB
Public ReadOnly Property All As IEnumerable(Of EntityObject)
Get
C++
public:
property IEnumerable<EntityObject^>^ All {
IEnumerable<EntityObject^>^ get ();
}
F#
member All : IEnumerable<EntityObject> with get
IEnumerable(EntityObject)