The application macro options.
Namespace: Autodesk.Revit.DB.Macros
Assembly: RevitAPIMacros (in RevitAPIMacros.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum ApplicationMacroOptions
Members
| Member name | Value | Description |
|---|---|---|
| DisableMacros | 1 | The option to disable macros for the application. |
| EnableMacros | 0 | The option to enable macros for the application. |
