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
e19888f1 6fa8 aeeb c45a c92787d04a4b
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the entities shortcuts.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public DrawingEntities Entities { get; }
VB
Public ReadOnly Property Entities As DrawingEntities
Get
C++
public:
property DrawingEntities^ Entities {
DrawingEntities^ get ();
}
F#
member Entities : DrawingEntities with get