Map.Item

Map indexer

Obtient la couche à l’index spécifié.

public MapLayer this[int index] { get; }
ParamètreLa description
indexL’indice de la couche à obtenir.

Return_Value

La couche à l’index spécifié.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionL’index est hors plage.

Voir également