Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

e03dc586 16d4 f64e a169 1171379b2200

haplokuon edited this page May 6, 2023 · 1 revision

MLines Property

netDxf 3.0.0 Library

Gets the list of multilines in the active layout.

Definition

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

Property Value

IEnumerable(MLine)

See Also

Reference

DrawingEntities Class
netDxf.Collections Namespace

Clone this wiki locally