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

In This Topic
    M Property (GeoPoint)
    In This Topic
    Gets or sets the m-coordinate.
    Syntax
    'Declaration
     
    Public ReadOnly Property M As Nullable(Of Double)
    public Nullable<double> M {get;}
    See Also