Propriété GeographyPoint.M
Obtient le M Nullable.
Espace de noms : System.Spatial
Assembly : System.Spatial (en System.Spatial.dll)
Syntaxe
'Déclaration
Public MustOverride ReadOnly Property M As Nullable(Of Double)
Get
'Utilisation
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>
Valeur de propriété
Type : System.Nullable<Double>
M Nullable.