Map for WinForms | ComponentOne
C1.FlexMap 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