DbSpatialServices.GetXCoordinate(DbGeometry) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回指定的 DbGeometry 值的 X 座標,如果它代表一個點。
public:
abstract Nullable<double> GetXCoordinate(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract double? GetXCoordinate (System.Data.Spatial.DbGeometry geometryValue);
abstract member GetXCoordinate : System.Data.Spatial.DbGeometry -> Nullable<double>
Public MustOverride Function GetXCoordinate (geometryValue As DbGeometry) As Nullable(Of Double)
參數
- geometryValue
- DbGeometry
幾何值,其不需要表現點。
傳回
指定的 DbGeometry 值的 X 座標。
例外狀況
geometryValue
geometryValue