DbGeometry.YCoordinate 屬性

定義

若該 DbGeometry 值代表一個點,則得到 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

適用於