DbGeometry.YCoordinate Property

Definition

Gets the Y coordinate of this DbGeometry value, if it represents a point.

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)

Property Value

The Y coordinate value of this geometry value, if it represents a point; otherwise, null.

Applies to