Share

IManagedAssembly.ImmediateConstraints Property

During rule execution, assembly update is deferred by default. Set this property to True to turn off this behavior. If this is set to True, the assembly is updated immediately after each constraint change.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0

Syntax

VB

Property ImmediateConstraints As Boolean
	Get
	Set

C#

bool ImmediateConstraints { get; set; }

Property Value

Type: Boolean
The current value of the property.

See Also

Reference

Was this information helpful?