DbSpatialServices.GetYCoordinate(DbGeometry) メソッド

定義

ポイントを表す場合は、指定した DbGeometry 値の Y 座標を返します。

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

パラメーター

geometryValue
DbGeometry

ポイントを表す必要のないジオメトリ値。

返品

指定した DbGeometry 値の Y 座標。

例外

geometryValue

geometryValue

適用対象