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

23ce1008 c2b6 e134 2aad fd71a88778bc

haplokuon edited this page May 6, 2023 · 1 revision

Polylines3D 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<Polyline3D> Polylines3D { get; }

VB

Public ReadOnly Property Polylines3D As IEnumerable(Of Polyline3D)
	Get

C++

public:
property IEnumerable<Polyline3D^>^ Polylines3D {
	IEnumerable<Polyline3D^>^ get ();
}

F#

member Polylines3D : IEnumerable<Polyline3D> with get

Property Value

IEnumerable(Polyline3D)

See Also

Reference

DrawingEntities Class
netDxf.Collections Namespace

Clone this wiki locally