VectorLayer.RemoveAt

VectorLayer.RemoveAt method

Supprimer leFeature à l’index spécifié.

public virtual void RemoveAt(int index)
ParamètreTaperLa description
indexInt32L’index de la fonction.

Exceptions

exceptioncondition
InvalidOperationExceptionest levée si le calque n’est pas modifiable.
ArgumentOutOfRangeExceptionL’index est hors plage.
IOExceptionUne erreur d’E/S s’est produite.

Voir également