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