Exit delayed rule-running mode. Run all rules that were triggered by parameter changes or other events
while in delayed rule-running mode (unless the parameter RunRules is False).
Rules within each document will be run in the order in which they are found in the document.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0
Syntax
VB
Sub ExitDelayedRuleRunningMode ( Optional RunRules As Boolean = true )
C#
void ExitDelayedRuleRunningMode( bool RunRules = true )
Parameters
- RunRules (Optional)
- Type: System.Boolean
Set this to False to prevent the triggered rules from running.