| Revit 2022 API |
| MacroManager..::..GetMacroManager Method (Document) |
| MacroManager Class See Also |
Gets the Macro manager from the document.
Namespace: Autodesk.Revit.DB.Macros
Assembly: RevitAPIMacros (in RevitAPIMacros.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2014
Syntax
| C# |
|---|
public static MacroManager GetMacroManager( Document document ) |
| Visual Basic |
|---|
Public Shared Function GetMacroManager ( _ document As Document _ ) As MacroManager |
| Visual C++ |
|---|
public: static MacroManager^ GetMacroManager( Document^ document ) |
Parameters
- document
- Type: Autodesk.Revit.DB..::..Document
The document.
Return Value
The new Macro manager object.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |