UIMacroManager
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.0.0.0 (25.0.0.0)
Syntax
public class UIMacroManager : IDisposable
The UIMacroManager type exposes the following members.
Properties
Name
Description
Public Property
IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public Property
MacroManager
The DB macro manager.
Methods
Name
Description
Public Method
AddModule
Adds a MacroModule to the application.
Public Method
Dispose
Releases all resources used by the UIMacroManager
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object)
Public Method
Static Member
GetMacroManager
Gets the UI Macro manager from the UI application.
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object)
Public Method
RemoveModule
Removes a MacroModule.
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object)