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