DbGeography.StartPoint Property

Definition

Gets a DbGeography value representing the start point of this value, which may be null if this DbGeography value does not represent a curve.

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

Property Value

A DbGeography value representing the start point of this value.

Applies to