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

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