ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps Namespace / C1VectorItemBase Class / Points Property

In This Topic
    Points Property (C1VectorItemBase)
    In This Topic
    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