Proprietà GeographyPoint.M
Ottiene il valore M che ammette i valori Null.
Spazio dei nomi System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Sintassi
'Dichiarazione
Public MustOverride ReadOnly Property M As Nullable(Of Double)
Get
'Utilizzo
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>
Valore proprietà
Tipo: System.Nullable<Double>
Valore M che ammette i valori Null.