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

2d4dd772 0fec a4ab ebae 0495209acef0

haplokuon edited this page May 6, 2023 · 1 revision

Vertexes Property

netDxf 3.0.0 Library

Gets or sets the polyline vertex list.

Definition

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

C#

public List<Polyline2DVertex> Vertexes { get; }

VB

Public ReadOnly Property Vertexes As List(Of Polyline2DVertex)
	Get

C++

public:
property List<Polyline2DVertex^>^ Vertexes {
	List<Polyline2DVertex^>^ get ();
}

F#

member Vertexes : List<Polyline2DVertex> with get

Property Value

List(Polyline2DVertex)

See Also

Reference

Polyline2D Class
netDxf.Entities Namespace

Clone this wiki locally