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 411
357a5e8e 4572 de83 f6d4 767a27e15ce0
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the multiline vertexes list.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public List<MLineVertex> Vertexes { get; }
VB
Public ReadOnly Property Vertexes As List(Of MLineVertex)
Get
C++
public:
property List<MLineVertex^>^ Vertexes {
List<MLineVertex^>^ get ();
}
F#
member Vertexes : List<MLineVertex> with get
List(MLineVertex)