Gets or sets a value that indicates whether or not rules will run automatically on parameter changes or other events.
Set this to False to disable rules from running in response to parameter changes or other events.
Set this to True to re-enable rule running. This will also clear any rule errors that may have disabled rules from running.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0
Syntax
VB
Property RulesEnabled As Boolean Get Set
C#
bool RulesEnabled { get; set; }