2024 Members
Changes 4
M

UIMacroManager

Name Return Type Description Inherited From
M AddModule(ModuleSettings, MacroEnvironment) The new module. Adds a MacroModule to the application or document.
M Dispose() None Releases all resources used by the UIMacroManager
M EditMacro(Macro) None Edits the macro in sharp develop.
M EditModule(MacroModule) None Edits the macro in sharp develop.
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetMacroManager(UIApplication) UIMacroManager Gets the UI Macro manager from the UI application.
M GetMacroManager(UIDocument) UIMacroManager Gets the UI Macro manager from the UI document.
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M GetUIDocumentMacroSecurityOptions(UIApplication) UIDocumentMacroOptions Gets the UI document macro security options.
M RemoveModule(MacroModule) None Removes a MacroModule from the application or document.
M SetUIDocumentMacroSecurityOptions(UIApplication, UIDocumentMacroOptions) None Sets the UI document macro security options.
M StepInto(Macro) None Step into the macro in sharp develop.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
Name Return Type Description Inherited From
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P MacroManager MacroManager The DB macro manager.