DbGeometry.YCoordinate プロパティ

定義

ポイントを表す場合は、この DbGeometry 値の Y 座標を取得します。

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

プロパティ値

このジオメトリ値の Y 座標値 (ポイントを表す場合)。それ以外の場合は null

適用対象