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

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