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

In This Topic
    Geometries Property
    In This Topic
    Gets the collection of GeoJSON GeometryObjects.
    Syntax
    'Declaration
     
    Public ReadOnly Property Geometries As System.Collections.Generic.List(Of GeometryObject)
    public System.Collections.Generic.List<GeometryObject> Geometries {get;}
    See Also