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

06153e31 2ba8 78e6 ddac dd7f7280b00d

haplokuon edited this page May 6, 2023 · 1 revision

XLines Property

netDxf 3.0.0 Library

Gets the list of extension lines in the active layout.

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public IEnumerable<XLine> XLines { get; }

VB

Public ReadOnly Property XLines As IEnumerable(Of XLine)
	Get

C++

public:
property IEnumerable<XLine^>^ XLines {
	IEnumerable<XLine^>^ get ();
}

F#

member XLines : IEnumerable<XLine> with get

Property Value

IEnumerable(XLine)

See Also

Reference

DrawingEntities Class
netDxf.Collections Namespace

Clone this wiki locally