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