Map.GetEnumerator

Map.GetEnumerator method

Returns an enumerator that iterates through the layers in the map.

public IEnumerator<MapLayer> GetEnumerator()

Return Value

An enumerator that can be used to iterate through the layers in the map.

See Also