Share

iLogicRule.FireDependentImmediately 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: 29.0

Syntax

VB

Property FireDependentImmediately As Boolean
	Get
	Set

C#

bool FireDependentImmediately { get; set; }

Property Value

Type: Boolean
True if triggered rules should be run immediately.

See Also

Reference

Was this information helpful?