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
74677f18 58ad cd71 e84f e72010331545
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the list of ellipses in the active layout.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public IEnumerable<Ellipse> Ellipses { get; }
VB
Public ReadOnly Property Ellipses As IEnumerable(Of Ellipse)
Get
C++
public:
property IEnumerable<Ellipse^>^ Ellipses {
IEnumerable<Ellipse^>^ get ();
}
F#
member Ellipses : IEnumerable<Ellipse> with get
IEnumerable(Ellipse)