Share

MacroManager.GetMacroManager Method

Gets the Macro manager from the application.


Namespace: Autodesk.Revit.DB.Macros
Assembly: RevitAPIMacros (in RevitAPIMacros.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public static MacroManager GetMacroManager(
	Application application
)

Parameters

application  Application
The application.

Return Value

MacroManager
The new Macro manager object.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?