Dataset.GetLayerName

Dataset.GetLayerName method

Obtient le nom de la couche à l’index spécifié.

public abstract string GetLayerName(int index)
ParamètreTaperLa description
indexInt32Index de la couche.

Return_Value

Nom de la couche.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionL’index est hors plage.

Voir également