| Revit 2022 API |
| MacroManagerIterator..::..IsDone Method |
| MacroManagerIterator Class See Also |
Identifies if the iteration has completed.
Namespace: Autodesk.Revit.DB.Macros
Assembly: RevitAPIMacros (in RevitAPIMacros.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2014
Syntax
| C# |
|---|
public virtual bool IsDone() |
| Visual Basic |
|---|
Public Overridable Function IsDone As Boolean |
| Visual C++ |
|---|
public: virtual bool IsDone() |