DbGeography.ElementAt(Int32) Yöntem

Tanım

Bir coğrafya koleksiyonunu temsil ediyorsa, belirli bir konumdan bu DbGeography değerinin bir öğesini döndürür.

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

Parametreler

index
Int32

Öğenin alınması gereken bu coğrafya değeri içindeki konum.

Döndürülenler

Bu coğrafya değeri belirtilen konumdaki öğesi, diğer coğrafya değerlerinin bir koleksiyonunu temsil ediyorsa; aksi takdirde null.

Şunlara uygulanır