| Revit 2022.1 API |
| MacroManagerIterator..::..CurrentObject Property |
| MacroManagerIterator Class See Also |
Namespace: Autodesk.Revit.DB.Macros
Assembly: RevitAPIMacros (in RevitAPIMacros.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
| C# |
|---|
internal Object CurrentObject { get; } |
| Visual Basic |
|---|
Friend ReadOnly Property CurrentObject As Object Get |
| Visual C++ |
|---|
internal: virtual property Object^ CurrentObject { Object^ get () sealed; } |