Click or drag to resize

SelectedObjectCollectionGetEnumerator Method

Enumerates through the list of selected objects.

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

Return Value

Type: IEnumeratorWindowlessComponent

Implements

IEnumerableTGetEnumerator
See Also