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: 12.0.0.0
Syntax
public IEnumerator<MapLayer> GetEnumerator()

Return Value

Type: IEnumeratorMapLayer

Implements

IEnumerableTGetEnumerator
See Also