The UI macro manager to support Macro operations.
Inheritance Hierarchy
System.ObjectAutodesk.Revit.UI.Macros.UIMacroManager
Namespace: Autodesk.Revit.UI.Macros
Assembly: RevitAPIUIMacros (in RevitAPIUIMacros.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public class UIMacroManager : IDisposable
The UIMacroManager type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | IsValidObject | Specifies whether the .NET object represents a valid Revit entity. |
![]() | MacroManager | The DB macro manager. |
Methods
Name | Description | |
---|---|---|
![]() | AddModule | Adds a MacroModule to the application. |
![]() | Dispose | Releases all resources used by the UIMacroManager |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() ![]() | GetMacroManager | Gets the UI Macro manager from the UI application. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | RemoveModule | Removes a MacroModule. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |