RVTDocs.com

ElementSetIterator.Reset

Method
Description:
Bring the iterator back to the start of the set.
Remarks:
The Reset method will return the iterator back to the start of the set in line with the definition of IEnumerator. Note that you must call MoveNext before the first item can be accessed via the Current property.
Syntax
public virtual void Reset()