DbGeography.EndPoint 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 System.Data.Entity.Spatial.DbGeography EndPoint { get; }
member this.EndPoint : System.Data.Entity.Spatial.DbGeography
Public ReadOnly Property EndPoint As DbGeography

Property Value

A DbGeography value representing the start point of this value.

Applies to