ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps Namespace / C1VectorLayer Class / DataGeoJson Property

In This Topic
    DataGeoJson Property
    In This Topic
    Gets or sets the DataType.Geojson type of vector data. This property only works when DataType is set to DataType.Geojson, meanwhile DataFunction and DataUrl are not set.
    Syntax
    'Declaration
     
    Public Property DataGeoJson As GeoJsonData
    public GeoJsonData DataGeoJson {get; set;}
    See Also