DbGeometry.XCoordinate Propriedade

Definição

Obtém a coordenada X deste valor DbGeometry, se ele representa um ponto.Gets the X coordinate of this DbGeometry value, if it represents a point. <returns>O valor da coordenada X deste valor de geometria se ele representar um ponto; caso contrário, null.</returns><returns>The X coordinate value of this geometry value, if it represents a point; otherwise null.</returns>

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)

Valor da propriedade

Nullable<Double>

A coordenada X deste valor de DbGeometry.The X coordinate of this DbGeometry value.

Aplica-se a