Points Property
Points
Gets or sets a collection that contains the vertex points of the C1VectorPolyline.
The points represents geographical coordinates where X=longitude and Y=latitude.
Declaration
public PointCollection Points { get; set; }
Public Property Points As PointCollection