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 ITargetConstraintInfo.UpperBoundFixed property.
The property use is given in the example for ITargetConstraintInfo.OptimalValue.
See also: