DbGeography.Measure Propriedade
Definição
Obtém a coordenada M (Medida) deste valor DbGeography se ele representa um ponto.Gets the M (Measure) coordinate of this DbGeography value, if it represents a point. <returns>O valor da coordenada M (Medida) desse valor de geografia se ele representar um ponto; caso contrário, null.</returns><returns>The M (Measure) coordinate value of this geography value, if it represents a point; otherwise null.</returns>
public:
property Nullable<double> Measure { Nullable<double> get(); };
public double? Measure { get; }
member this.Measure : Nullable<double>
Public ReadOnly Property Measure As Nullable(Of Double)
Valor da propriedade
A coordenada M (medida) deste valor de DbGeography.The M (Measure) coordinate of this DbGeography value.