UIMacroManager Class

The UI macro manager to support Macro operations.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.UI.MacrosUIMacroManager

Namespace: Autodesk.Revit.UI.Macros
Assembly: RevitAPIUIMacros (in RevitAPIUIMacros.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
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.
Top
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)
Top
See Also