Share via


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

要素の取得元となるこの geography 値内の位置。

戻り値

指定した位置にあるこの geography 値の要素 (ラインストリングまたは線形リングを表す場合)。それ以外の場合は null

適用対象