iLogicRuleFireDependentImmediately Property |
Gets or sets an option that determines whether rules that are triggered to run by parameter changes in this rule will be run immediately,
or after this rule finishes execution.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Property FireDependentImmediately As Boolean
Get
Set
bool FireDependentImmediately { get; set; }
Property Value
Type:
BooleanTrue if triggered rules should be run immediately.
See Also