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

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