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