Namespace:
Autodesk.Revit.DB.Macros
MacroManager
Class
Description:
Manager object for the Macro modules of the application.
Manager object for the Macro modules of the application.
MacroManager Class Members:
Name | Description | Inherited From |
---|---|---|
Count | The count. | |
Folder | The modules folder. | |
IsEnabled | Indicates if macros stored in this MacroManager are enabled. | |
IsValidObject | Specifies whether the .NET object represents a valid Revit entity. |
Name | Description | Inherited From |
---|---|---|
AddModule | Adds a MacroModule to the application. | |
Contains | Indicates the given module is a member of this collection. | |
Dispose | Releases all resources used by the MacroManager | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
GetApplicationMacroSecurityOptions | Gets the application macro security options. | |
GetBasicIEnumerator | Returns an enumerator that iterates through a collection. | |
GetEnumerator | Returns an enumerator that iterates through a collection. | |
GetHashCode | Serves as the default hash function. (Inherited from Object ) | Object |
GetMacroManager | Gets the Macro manager from the application. | |
GetMacroManagerIterator | Returns a Macro manager iterator that iterates through the collection. | |
GetType | Gets the Type of the current instance. (Inherited from Object ) | Object |
RemoveModule | Removes a MacroModule. | |
SetApplicationMacroSecurityOptions | Sets the application macro security options. | |
ToString | Returns a string that represents the current object. (Inherited from Object ) | Object |