DbGeometry.StartPoint 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 ^ StartPoint { System::Data::Spatial::DbGeometry ^ get(); };
public System.Data.Spatial.DbGeometry StartPoint { get; }
member this.StartPoint : System.Data.Spatial.DbGeometry
Public ReadOnly Property StartPoint As DbGeometry

Valor de propiedad

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

Se aplica a