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

In This Topic
    IsMeasured Property (GeoGeometryCollection)
    In This Topic
    Gets a value indicating whether any shape in the collection has M-coordinate values.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property IsMeasured As Boolean
    public override bool IsMeasured {get;}

    Property Value

    A System.Boolean value. true if any shape in the collection has M-coordinate values; otherwise, false.
    See Also