Gets the Macro manager from the application.
Namespace: Autodesk.Revit.DB.MacrosAssembly: RevitAPIMacros (in RevitAPIMacros.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static MacroManager GetMacroManager(
Application application
)
Parameters
- application Application
-
The application.
Return Value
MacroManager
The new Macro manager object.
Exceptions
See Also
Reference