DbGeography.PointAt(Int32) 方法

定义

如果其表示行字符串或线性环,则从特定位置返回 DbGeography 值的元素。

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

适用于