Share via


DbGeometry.XCoordinate Property

Definition

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

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

Property Value

The X coordinate of this DbGeometry value.

Applies to