次の方法で共有


DbGeometry.ElementAt(Int32) メソッド

定義

特定の場所にあるこの DbGeography 値が geography コレクションを表す場合、その値の要素を返します。 <param name="index">要素の取得元となるこの geometry 値内の位置。</param><は、他の>geometry 値のコレクションを表す場合は、指定した位置にあるこの geometry 値の要素を返します。それ以外の場合は null。</返します>

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

パラメーター

index
Int32

インデックス。

戻り値

特定の位置からのこの DbGeometry 値の要素。

適用対象