2027 Namespace
Changes 0
N

Autodesk.Revit.DB.Macros

Name Return Type Description
C AddInIdAttribute None The custom AddInId attribute for Macros macros use only.
C ApplicationEntryPoint None For Revit Macros use only.
C Macro None An individual Autodesk Revit Macro which can be executed.
C MacroManager None Manager object for the Macro modules of the application.
C MacroManagerIterator None An iterator to a MacroManager.
C 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.
C MacroModuleIterator None An iterator to the Macros in a MacroModule.
C ModuleSettings None The module settings.
C VendorIdAttribute None The custom VendorId attribute for Macros macros use only.
Name Return Type Description
E ApplicationMacroOptions None The application macro options.
E MacroEnvironment None The Macro environments.
E MacroLanguageType None The Macro language types.
E ModuleStatus None The Macro module status.
Name Return Type Description
I IEntryPoint None The interface supporting Document and Application level entry point classes for macros.
I IModuleMaker None The interface used to create module project.