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
0706b3f0 0b34 9cd4 60aa 1c208b6dea5f
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the list of lines in the active layout.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public IEnumerable<Line> Lines { get; }
VB
Public ReadOnly Property Lines As IEnumerable(Of Line)
Get
C++
public:
property IEnumerable<Line^>^ Lines {
IEnumerable<Line^>^ get ();
}
F#
member Lines : IEnumerable<Line> with get
IEnumerable(Line)