MacroModule
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.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Macros.MacroModule
System.Object
Autodesk.Revit.DB.Macros.MacroModule
public class MacroModule : IEnumerable<Macro>,
IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the MacroModule | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetBasicIEnumerator() | IEnumerator | Returns an enumerator that iterates through a collection. | |
| GetEnumerator() | IEnumerator<Macro> | Returns an enumerator that iterates through a collection. | |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetMacro(String) | Macro | Gets the macro with the give name. | |
| GetMacroModuleIterator() | MacroModuleIterator | Returns a Macro module iterator that iterates through the collection. | |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Environment | MacroEnvironment | The Macro environment. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| MacroLanguageType | MacroLanguageType | The Macro language type. | |
| MacroManager | MacroManager | The Macro manager. | |
| ModuleFolder | string | The module folder. | |
| ModuleStatus | ModuleStatus | The module status. | |
| Name | string | The name of the module. |