Share

UIMacroManager.GetMacroManager Method

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

UIMacroManager
The new UI Macro manager object.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was NULL

See Also

Reference

Was this information helpful?