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<ExportLineweightKey, ExportLineweightInfo>> GetEnumerator()
Return Value
IEnumerator<KeyValuePair<ExportLineweightKey, ExportLineweightInfo>>An IEnumerator object that can be used to iterate through the collection.