DbGeometry.YCoordinate Property

Definition

Gets the Y coordinate of this DbGeometry value, if it represents a point. <returns>The Y coordinate value of this geometry value, if it represents a point; otherwise null.</returns>

public Nullable<double> YCoordinate { get; }
member this.YCoordinate : Nullable<double>
Public ReadOnly Property YCoordinate As Nullable(Of Double)

Property Value

The Y coordinate of this DbGeometry value.

Applies to