DbGeometry.EndPoint Property

 

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

Namespace:   System.Data.Entity.Spatial
Assembly:  EntityFramework (in EntityFramework.dll)

public DbGeometry EndPoint { get; }

Property Value

Type: System.Data.Entity.Spatial.DbGeometry

A DbGeometry value representing the start point of this value.