共用方式為


DbGeography.EndPoint 屬性

定義

取得 DbGeography 值,表示這個值的起始點,如果這個 DbGeography 值不代表曲線,就可能為 null。

public System.Data.Entity.Spatial.DbGeography EndPoint { get; }
member this.EndPoint : System.Data.Entity.Spatial.DbGeography
Public ReadOnly Property EndPoint As DbGeography

屬性值

表示此值之起始點的 DbGeography 值。

適用於