DbGeography.Measure 属性

定义

如果该 DbGeography 值表示一个点,则获取它的 M (测量)坐标。 <>如果表示一个点,则返回此地理值的 M (度量值) 坐标值;否则返回 null。</返回>

public Nullable<double> Measure { get; }
member this.Measure : Nullable<double>
Public ReadOnly Property Measure As Nullable(Of Double)

属性值

此 DbGeography 值 的 M (测量)坐标。

适用于