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

适用于