Map.Item

Map indexer

Gets the layer at the specified index.

public MapLayer this[int index] { get; }
Parameter Description
index The index of the layer to get.

Return Value

The layer at the specified index.

Exceptions

exception condition
ArgumentOutOfRangeException Index is out of range.

See Also