Compartir a través de


SqlSpatialServices.ElementAt Método

Definición

Sobrecargas

ElementAt(DbGeography, Int32)

Devuelve un elemento del valor DbGeography dado, si representa una colección de geografía.

ElementAt(DbGeometry, Int32)

Devuelve un elemento del valor DbGeometry dado, si representa una colección de geometría.

ElementAt(DbGeography, Int32)

Devuelve un elemento del valor DbGeography dado, si representa una colección de geografía.

public override System.Data.Entity.Spatial.DbGeography ElementAt (System.Data.Entity.Spatial.DbGeography geographyValue, int index);
override this.ElementAt : System.Data.Entity.Spatial.DbGeography * int -> System.Data.Entity.Spatial.DbGeography
Public Overrides Function ElementAt (geographyValue As DbGeography, index As Integer) As DbGeography

Parámetros

geographyValue
DbGeography

Valor de geografía, que no necesita representar una colección de geografía.

index
Int32

La posición dentro del valor de geografía de la que se debe tomar el elemento.

Devoluciones

Elemento de geographyValue en el índice de posición, si representa una colección de otros valores de geografía; en caso contrario, null.

Se aplica a

ElementAt(DbGeometry, Int32)

Devuelve un elemento del valor DbGeometry dado, si representa una colección de geometría.

public override System.Data.Entity.Spatial.DbGeometry ElementAt (System.Data.Entity.Spatial.DbGeometry geometryValue, int index);
override this.ElementAt : System.Data.Entity.Spatial.DbGeometry * int -> System.Data.Entity.Spatial.DbGeometry
Public Overrides Function ElementAt (geometryValue As DbGeometry, index As Integer) As DbGeometry

Parámetros

geometryValue
DbGeometry

Valor de geometría, que no necesita representar una colección de geometría.

index
Int32

La posición dentro del valor de geometría de la que se debe tomar el elemento.

Devoluciones

Elemento de geometryValue en el índice de posición, si representa una colección de otros valores de geometría; en caso contrario, null.

Se aplica a