Indicates if macros stored in this MacroManager are enabled.
Namespace: Autodesk.Revit.DB.MacrosAssembly: RevitAPIMacros (in RevitAPIMacros.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2014
Syntax
| C# |
|---|
public bool IsEnabled { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsEnabled As Boolean Get |
| Visual C++ |
|---|
public: property bool IsEnabled { bool get (); } |