次の方法で共有


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

適用対象