次の方法で共有


DbGeography.PointAt(Int32) メソッド

定義

特定の場所にあるこの DbGeography 値がラインストリングまたは線形リングを表す場合、その値の要素を返します。 <param name="index">要素の取得元となるこの geography 値内の位置。</param><は、指定した位置にあるこの geography 値の要素 (線ストリングまたは線形リングを表す場合) を返>します。それ以外の場合は 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 値の要素

適用対象