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

0706b3f0 0b34 9cd4 60aa 1c208b6dea5f

haplokuon edited this page May 6, 2023 · 1 revision

Lines Property

netDxf 3.0.0 Library

Gets the list of lines in the active layout.

Definition

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

Property Value

IEnumerable(Line)

See Also

Reference

DrawingEntities Class
netDxf.Collections Namespace

Clone this wiki locally