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

In This Topic
    IsEmpty Property (GeoLineString)
    In This Topic
    Returns a value indicating whether the collection of line points is empty.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property IsEmpty As Boolean
    public override bool IsEmpty {get;}

    Property Value

    true if the collection of line points is empty; otherwise, false.
    See Also