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

In This Topic
    Geometry Property (GeometryCollectionFeature)
    In This Topic
    Gets or sets the GeoJSON GeometryCollection geometry for this feature.
    Syntax
    'Declaration
     
    Public Property Geometry As GeometryCollection
    public GeometryCollection Geometry {get; set;}
    See Also