Click or drag to resize

DocumentCollectionGetEnumerator Method

Enumerates through the list of documents.

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

Return Value

Type: IEnumeratorDocument

Implements

IEnumerableTGetEnumerator
See Also