Gets the item at the current position of the iterator.
Namespace: Autodesk.Revit.DB.Macros
Assembly: RevitAPIMacros (in RevitAPIMacros.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public virtual MacroModule Current { get; }
Property Value
MacroModuleImplements
IEnumerator<T>.CurrentExceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | There is no current item in the iterator. |
