Autodesk.Revit.DB.Macros
| Name | Return Type | Description |
|---|---|---|
| AddInIdAttribute | None | The custom AddInId attribute for Macros macros use only. |
| ApplicationEntryPoint | None | For Revit Macros use only. |
| DocumentEntryPoint | None | For Revit Macros use only. |
| Macro | None | An individual Autodesk Revit Macro which can be executed. |
| MacroManager | None | Manager object for the Macro modules of the application. |
| MacroManagerIterator | None | An iterator to a MacroManager. |
| MacroModule | None | 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. |
| MacroModuleIterator | None | An iterator to the Macros in a MacroModule. |
| ModuleSettings | None | The module settings. |
| VendorIdAttribute | None | The custom VendorId attribute for Macros macros use only. |
| Name | Return Type | Description |
|---|---|---|
| ApplicationMacroOptions | None | The application macro options. |
| DocumentMacroOptions | None | The document macro options. |
| MacroEnvironment | None | The Macro environments. |
| MacroLanguageType | None | The Macro language types. |
| MacroLevel | None | The Macro levels. |
| ModuleStatus | None | The Macro module status. |
| Name | Return Type | Description |
|---|---|---|
| IEntryPoint | None | The interface supporting Document and Application level entry point classes for macros. |
No comments yet. Start the discussion.
Loading…