Share via


DbGeometry.EndPoint Propiedad

Definición

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

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

Valor de propiedad

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

Se aplica a