Click or drag to resize

MapLayerCollectionGetEnumerator Method

Enumerates through the list of map layers.

Namespace:  Easymap.AddIn.Mapping
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public IEnumerator<MapLayer> GetEnumerator()

Return Value

Type: IEnumeratorMapLayer

Implements

IEnumerableTGetEnumerator
See Also