Maps for ASP.NET Web Forms
Points Property

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Maps Namespace > C1VectorItemBase Class : Points Property
Gets a collection of PointD which represents the coordinates of this vector item, in geographic unit (longitude and latitude).
Syntax
'Declaration
 
Public Overridable ReadOnly Property Points As System.Collections.Generic.List(Of PointD)
public virtual System.Collections.Generic.List<PointD> Points {get;}
See Also

Reference

C1VectorItemBase Class
C1VectorItemBase Members