共用方式為


DbGeography.PointAt(Int32) 方法

定義

從指定位置傳回此 DbGeography 值的項目,若此項目代表 linestring 或線性圓圈。

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

參數

index
Int32

這個地理位置值內應從中取得元素的位置。

傳回

如果這個地理位置值代表線條字串或線性環形,則為這個地理位置值中的專案;否則為 null

適用於