ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData Namespace / GeoGeometryCollection Class / IsEmpty Property

In This Topic
    IsEmpty Property (GeoGeometryCollection)
    In This Topic
    Gets a value indicating whether the collection is empty or all shapes in the collection are empty geometries.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property IsEmpty As Boolean
    public override bool IsEmpty {get;}

    Property Value

    A System.Boolean value. true if the collection is empty or all shapes in the collection are empty geometries; otherwise, false.
    See Also