Returns an enumerator that iterates through a collection.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public virtual IEnumerator<KeyValuePair<ExportPatternKey, ExportPatternInfo>> GetEnumerator()
Return Value
IEnumerator<KeyValuePair<ExportPatternKey, ExportPatternInfo>>An IEnumerator object that can be used to iterate through the collection.