共用方式為


DbGeography.PointAt(Int32) 方法

定義

從指定位置傳回此 DbGeography 值的項目,若此項目代表 linestring 或線性圓圈。 <param name=「index」 > 應該從中取得元素的這個地理位置值內的位置。 <如果 /param >< 代表線條字串或線性環形,則傳回這個地理位置值中的專案,否則傳回 > null。 </返回>

public System.Data.Entity.Spatial.DbGeography PointAt (int index);
member this.PointAt : int -> System.Data.Entity.Spatial.DbGeography
Public Function PointAt (index As Integer) As DbGeography

參數

index
Int32

索引。

傳回

在此 DbGeography 值之特定位置中的項目

適用於