Revit 2026 API
Macro |
Indicates if macros stored in this MacroManager are enabled.
Namespace: Autodesk.Revit.DB.Macros
Assembly: RevitAPIMacros (in RevitAPIMacros.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsEnabled { get; }
Public ReadOnly Property IsEnabled As Boolean Get
public: property bool IsEnabled { bool get (); }
member IsEnabled : bool with get
Property Value
BooleanSee Also