Freigeben über


GeographyPoint.M-Eigenschaft

Ruft das auf Null festlegbare M ab.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property M As Nullable(Of Double)
    Get
'Usage
Dim instance As GeographyPoint
Dim value As Nullable(Of Double)

value = instance.M
public abstract Nullable<double> M { get; }
public:
virtual property Nullable<double> M {
    Nullable<double> get () abstract;
}
abstract M : Nullable<float>
abstract function get M () : Nullable<double>

Eigenschaftswert

Typ: System.Nullable<Double>
Das auf Null festlegbare M.

Siehe auch

Verweis

GeographyPoint Klasse

System.Spatial-Namespace