The vertices of the polyline.

Namespace:  ceometric.XML
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
public List<Vertex> Vertices
Visual Basic (Declaration)
Public Vertices As List(Of Vertex)
Visual C++
public:
List<Vertex^>^ Vertices

See Also