LineString.Item

LineString indexer

Obtiene o establece elIPoint en el índice especificado.

public IPoint this[int index] { get; set; }
ParámetroDescripción
indexEl índice.

El valor de la propiedad

ElIPoint .

Excepciones

excepcióncondición
ArgumentOutOfRangeExceptionEl índice está fuera de rango.
ArgumentNullExceptionel valor esnull.
ArgumentExceptionEl punto está vacío.
ArgumentExceptionSpatialReferenceSystem de esta geometría ySpatialReferenceSystem de argumento no son ambosnull y no son iguales.

Ver también