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
e03dc586 16d4 f64e a169 1171379b2200
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the list of multilines in the active layout.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public IEnumerable<MLine> MLines { get; }
VB
Public ReadOnly Property MLines As IEnumerable(Of MLine)
Get
C++
public:
property IEnumerable<MLine^>^ MLines {
IEnumerable<MLine^>^ get ();
}
F#
member MLines : IEnumerable<MLine> with get
IEnumerable(MLine)