LowerBoundFixed: Boolean;
The LowerBoundFixed property determines whether constraint lower border is fixed.
Available values:
True. Default value. Constraint lower border is fixed.
False. Constraint lower border is loosened.
To determine whether upper constraint limit is fixed, use the IVarTargetConstraint.UpperBoundFixed property.
The property use is given in the example for IVarTargetConstraint.Include.
See also: