GeometryCollection.RemoveAt

GeometryCollection.RemoveAt method

Elimina la geometría especificada de la colección.

public void RemoveAt(int index)
ParámetroEscribeDescripción
indexInt32Índice de la geometría a eliminar.

Excepciones

excepcióncondición
ArgumentOutOfRangeExceptionEl índice está fuera de rango.

Ver también