Compartir a través de


GeographyPoint.M Propiedad

Obtiene el punto M que admite valores NULL.

Espacio de nombres:  System.Spatial
Ensamblado:  System.Spatial (en System.Spatial.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property M As Nullable(Of Double)
    Get
'Uso
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>

Valor de la propiedad

Tipo: System.Nullable<Double>
Punto M que admite valores NULL.

Vea también

Referencia

GeographyPoint Clase

Espacio de nombres System.Spatial