Indicates if macros stored in this MacroManager are enabled.
Namespace: Autodesk.Revit.DB.MacrosAssembly: RevitAPIMacros (in RevitAPIMacros.dll) Version: 21.0.0.0 (21.1.1.109)
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 (); } |