2024 Members
Changes 7
M

MacroManager

Name Return Type Description Inherited From
M AddModule(ModuleSettings) The new module. Adds a MacroModule to the application or document.
M Contains(MacroModule) bool Indicates the given module is a member of this collection.
M Dispose() None Releases all resources used by the MacroManager
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetApplicationMacroSecurityOptions(Application) ApplicationMacroOptions Gets the application macro security options.
M GetBasicIEnumerator() IEnumerator Returns an enumerator that iterates through a collection.
M GetDocumentMacroSecurityOptions(Application) DocumentMacroOptions Gets the document macro security options.
M GetEnumerator() IEnumerator<MacroModule> Returns an enumerator that iterates through a collection.
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetMacroManager(Application) MacroManager Gets the Macro manager from the application.
M GetMacroManager(Document) MacroManager Gets the Macro manager from the document.
M GetMacroManagerIterator() MacroManagerIterator Returns a Macro manager iterator that iterates through the collection.
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M IsDocLvlMacro() bool Indicates current Macro is document level
M RemoveModule(MacroModule) None Removes a MacroModule from the application or document.
M SetApplicationMacroSecurityOptions(Application, ApplicationMacroOptions) None Sets the application macro security options.
M SetDocumentMacroSecurityOptions(Application, DocumentMacroOptions) None Sets the document macro security options.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
Name Return Type Description Inherited From
P Count int The count.
P Folder string The modules folder. The path for document macros will not persist except while the document is loaded in this session.
P IsEnabled bool Indicates if macros stored in this MacroManager are enabled.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P MacroLevel MacroLevel The Macro level.