DbGeometry.ElementAt(Int32) Método

Definição

Retorna um elemento desse valor DbGeometry de uma posição específica, se ele representa uma coleção de geometrias.Returns an element of this DbGeometry value from a specific position, if it represents a geometry collection. <param name="index">A posição dentro desse valor de geometria da qual o elemento deve ser retirado.</param><returns>O elemento nesse valor de geometria na posição especificada, se ele representa uma coleção de outros valores de geometria; caso contrário, null.</returns><param name="index">The position within this geometry value from which the element should be taken.</param><returns>The element in this geometry value at the specified position, if it represents a collection of other geometry values; otherwise null.</returns>

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

Parâmetros

index
Int32

O índice.The index.

Retornos

DbGeometry

Um elemento desse valor DbGeometry de uma posição específica.An element of this DbGeometry value from a specific position.

Aplica-se a