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

In This Topic
    LineStrings Property (Polygon)
    In This Topic
    Gets the LineStrings of the GeoJSON Polygon object.
    Syntax
    'Declaration
     
    Public ReadOnly Property LineStrings As System.Collections.Generic.List(Of LineStringCoordinates)
    public System.Collections.Generic.List<LineStringCoordinates> LineStrings {get;}
    Remarks
    The coordinates is a collection of LineStringCoordinates For Polygons with multiple rings, the first must be the exterior ring and any others must be interior rings or holes.
    See Also