次の方法で共有


DbGeometry.YCoordinate プロパティ

定義

この DbGeometry 値が点を表している場合、その Y 座標を取得します。 <は、ポイントを>表す場合は、この geometry 値の Y 座標値を返します。それ以外の場合は null。</返します>

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

プロパティ値

この DbGeometry 値の Y 座標。

適用対象