ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps.GeoJson Namespace / PolygonCoordinates Class / LineStrings Property

In This Topic
    LineStrings Property (PolygonCoordinates)
    In This Topic
    Gets the coordinates of the polygon.
    Syntax
    'Declaration
     
    Public ReadOnly Property LineStrings As System.Collections.Generic.List(Of LineStringCoordinates)
    public System.Collections.Generic.List<LineStringCoordinates> LineStrings {get;}
    See Also