DbGeography.EndPoint Propiedad

Definición

Obtiene un valor DbGeography que representa el punto inicial de este valor, que puede ser NULL si este valor DbGeography no representa una curva.

public:
 property System::Data::Spatial::DbGeography ^ EndPoint { System::Data::Spatial::DbGeography ^ get(); };
public System.Data.Spatial.DbGeography EndPoint { get; }
member this.EndPoint : System.Data.Spatial.DbGeography
Public ReadOnly Property EndPoint As DbGeography

Valor de propiedad

Valor de DbGeography que representa el punto de inicio de este valor.

Se aplica a