✨ Located in SF Bay Area or LA? Get free Revit AI automation consulting from YC-backed AI engineers →

Reset Method


Model Curve Array Iterator Reset Method

Bring the iterator back to the start of the array.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public virtual void Reset()

Implements

IEnumerator Reset
Remarks
The Reset method will return the iterator back to the start of the array in line with the definition of IEnumerator. Note that you must call MoveNext before the first item can be accessed via the Current property.
See Also