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

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

    Property Value

    Returns true if the m-coordinate has a value; otherwise, false.
    See Also