Share

UIMacroManager Class

The UI macro manager to support Macro operations.

Inheritance Hierarchy

System.Object
  Autodesk.Revit.UI.Macros.UIMacroManager


Namespace: Autodesk.Revit.UI.Macros
Assembly: RevitAPIUIMacros (in RevitAPIUIMacros.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public class UIMacroManager : IDisposable

The UIMacroManager type exposes the following members.

Properties

 NameDescription
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyMacroManager The DB macro manager.

Methods

 NameDescription
Public methodAddModule Adds a MacroModule to the application.
Public methodDisposeReleases all resources used by the UIMacroManager
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodStatic memberGetMacroManager Gets the UI Macro manager from the UI application.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodRemoveModule Removes a MacroModule.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)

See Also

Reference

Was this information helpful?