The UIMacroManager type exposes the following members.

Methods

  NameDescription
Public methodAddModule
Adds a MacroModule to the application or document.
Public methodDispose
Releases all resources used by the UIMacroManager
Public methodEditMacro
Edits the macro in sharp develop.
Public methodEditModule
Edits the macro in sharp develop.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetMacroManager(UIApplication)
Gets the UI Macro manager from the UI application.
Public methodStatic memberGetMacroManager(UIDocument)
Gets the UI Macro manager from the UI document.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGetUIDocumentMacroSecurityOptions
Gets the UI document macro security options.
Public methodRemoveModule
Removes a MacroModule from the application or document.
Public methodStatic memberSetUIDocumentMacroSecurityOptions
Sets the UI document macro security options.
Public methodStepInto
Step into the macro in sharp develop.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

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

See Also