IManagedAssemblyImmediateConstraints 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: 23.0
Syntax Property ImmediateConstraints As Boolean
Get
Set
bool ImmediateConstraints { get; set; }
Property Value
Type:
BooleanThe current value of the property.
See Also