Click or drag to resize

LayerElementCollectionGetEnumerator Method

Enumerates through the list of layer elements.

Namespace:  Easymap.AddIn.Mapping
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax
public IEnumerator<LayerElement> GetEnumerator()

Return Value

Type: IEnumeratorLayerElement

Implements

IEnumerableTGetEnumerator
See Also