Gets the UI Macro manager from the UI application.
Namespace: Autodesk.Revit.UI.Macros
Assembly: RevitAPIUIMacros (in RevitAPIUIMacros.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public static UIMacroManager GetMacroManager( UIApplication application )
Parameters
- application UIApplication
- The UI application.
Return Value
UIMacroManagerThe new UI Macro manager object.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was NULL |