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 407
630d28fa a18d e3c5 cdfd 242a5e22953d
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the list of polylines in the active layout.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public IEnumerable<Polyline2D> Polylines2D { get; }
VB
Public ReadOnly Property Polylines2D As IEnumerable(Of Polyline2D)
Get
C++
public:
property IEnumerable<Polyline2D^>^ Polylines2D {
IEnumerable<Polyline2D^>^ get ();
}
F#
member Polylines2D : IEnumerable<Polyline2D> with get
IEnumerable(Polyline2D)