Namespace:
Autodesk.Revit.DB.Macros
MacroModule
Class
Description:
A container for individual macros. As it relates to the macros editor, one MacroModule represents a project that can be loaded and edited from within the editor.
A container for individual macros. As it relates to the macros editor, one MacroModule represents a project that can be loaded and edited from within the editor.
MacroModule Class Members:
| Name | Description | Inherited From |
|---|---|---|
| Environment | The Macro environment. | |
| IsValidObject | Specifies whether the .NET object represents a valid Revit entity. | |
| MacroLanguageType | The Macro language type. | |
| MacroManager | The Macro manager. | |
| ModuleFolder | The module folder. | |
| ModuleStatus | The module status. | |
| Name | The name of the module. |
| Name | Description | Inherited From |
|---|---|---|
| Dispose | Releases all resources used by the MacroModule | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| 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 |
| GetMacro | Gets the macro with the give name. | |
| GetMacroModuleIterator | Returns a Macro module iterator that iterates through the collection. | |
| GetType | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | Returns a string that represents the current object. (Inherited from Object ) | Object |