Click or drag to resize

DocumentCollectionGetEnumerator Method

Enumerates through the list of documents.

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

Return Value

Type: IEnumeratorDocument

Implements

IEnumerableTGetEnumerator
See Also