Map.Item

Map indexer

Gets the layer at the specified index.

public MapLayer this[int index] { get; }
ParameterDescription
indexThe index of the layer to get.

Return Value

The layer at the specified index.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionIndex is out of range.

See Also