Share

MacroManager.GetEnumerator Method

Returns an enumerator that iterates through a collection.


Namespace: Autodesk.Revit.DB.Macros
Assembly: RevitAPIMacros (in RevitAPIMacros.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public virtual IEnumerator<MacroModule> GetEnumerator()

Return Value

IEnumerator<MacroModule>
An IEnumerator object that can be used to iterate through the collection.

Implements

IEnumerable<T>.GetEnumerator()

See Also

Reference

Was this information helpful?