Maps for WinRT
Points Property (C1VectorPolyline)


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

Reference

C1VectorPolyline Class
C1VectorPolyline Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback