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

630d28fa a18d e3c5 cdfd 242a5e22953d

haplokuon edited this page May 6, 2023 · 1 revision

Polylines2D Property

netDxf 3.0.0 Library

Gets the list of polylines in the active layout.

Definition

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

C#

public IEnumerable<Polyline2D> Polylines2D { get; }

VB

Public ReadOnly Property Polylines2D As IEnumerable(Of Polyline2D)
	Get

C++

public:
property IEnumerable<Polyline2D^>^ Polylines2D {
	IEnumerable<Polyline2D^>^ get ();
}

F#

member Polylines2D : IEnumerable<Polyline2D> with get

Property Value

IEnumerable(Polyline2D)

See Also

Reference

DrawingEntities Class
netDxf.Collections Namespace

Clone this wiki locally