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