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
23ce1008 c2b6 e134 2aad fd71a88778bc
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<Polyline3D> Polylines3D { get; }
VB
Public ReadOnly Property Polylines3D As IEnumerable(Of Polyline3D)
Get
C++
public:
property IEnumerable<Polyline3D^>^ Polylines3D {
IEnumerable<Polyline3D^>^ get ();
}
F#
member Polylines3D : IEnumerable<Polyline3D> with get
IEnumerable(Polyline3D)