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 419
0c260af0 0df4 6b39 5ba0 e7429d5c5dd5
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the list of arcs contained in the active layout.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public IEnumerable<Arc> Arcs { get; }
VB
Public ReadOnly Property Arcs As IEnumerable(Of Arc)
Get
C++
public:
property IEnumerable<Arc^>^ Arcs {
IEnumerable<Arc^>^ get ();
}
F#
member Arcs : IEnumerable<Arc> with get
IEnumerable(Arc)