DbGeography.PointAt(Int32) Método

Definição

Retorna um elemento desse valor DbGeography de uma posição específica, se ele representa um linestring ou um anel linear.

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

Parâmetros

index
Int32

A posição dentro desse valor geography do qual o elemento deve ser tomado.

Retornos

O elemento nesse valor geography na posição especificada, se ele representa uma linha ou um anel linear; caso contrário, null.

Aplica-se a