Compartir a través de


GeometryPoint.M Propiedad

Obtiene o establece 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 GeometryPoint
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

GeometryPoint Clase

Espacio de nombres System.Spatial