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

In This Topic
    IsMeasured Property (GeoShape)
    In This Topic
    Gets a value indicating whether the shape has m-coordinate values.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property IsMeasured As Boolean
    public abstract bool IsMeasured {get;}

    Property Value

    true if the shape has m-coordinate values; otherwise, false.
    See Also