共用方式為


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

適用於