This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
2d4dd772 0fec a4ab ebae 0495209acef0
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the polyline vertex list.
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
List(Polyline2DVertex)