共用方式為


DbSpatialServices.GetMeasure 方法

定義

傳回指定值的 M (量值) 座標。

多載

GetMeasure(DbGeography)

傳回指定的 DbGeography 值的 M (量值) 座標,如果它代表一個點。

GetMeasure(DbGeometry)

傳回指定的 DbGeometry 值的 M (量值) 座標,如果它代表一個點。

GetMeasure(DbGeography)

傳回指定的 DbGeography 值的 M (量值) 座標,如果它代表一個點。

public:
 abstract Nullable<double> GetMeasure(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract double? GetMeasure (System.Data.Spatial.DbGeography geographyValue);
abstract member GetMeasure : System.Data.Spatial.DbGeography -> Nullable<double>
Public MustOverride Function GetMeasure (geographyValue As DbGeography) As Nullable(Of Double)

參數

geographyValue
DbGeography

地理位置值,其不需要表現點。

傳回

指定之 DbGeography 值的 M (量值) 座標。

例外狀況

geographyValue

geographyValue

適用於

GetMeasure(DbGeometry)

傳回指定的 DbGeometry 值的 M (量值) 座標,如果它代表一個點。

public:
 abstract Nullable<double> GetMeasure(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract double? GetMeasure (System.Data.Spatial.DbGeometry geometryValue);
abstract member GetMeasure : System.Data.Spatial.DbGeometry -> Nullable<double>
Public MustOverride Function GetMeasure (geometryValue As DbGeometry) As Nullable(Of Double)

參數

geometryValue
DbGeometry

幾何值,其不需要表現點。

傳回

指定之 DbGeometry 值的 M (量值) 座標。

例外狀況

geometryValue

geometryValue

適用於