DbGeometry.XCoordinate Property

Definition

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

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

Property Value

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

Applies to