UpperBoundFixed: Boolean;
UpperBoundFixed: boolean;
The UpperBoundFixed property determines whether upper constraint limit is fixed.
Available values:
True. The default value. The upper constraint limit is fixed and cannot be changed on autoselection.
False. The upper constraint limit is loosened.
To determine whether lower constraint limit is fixed, use the IMsTargetConstraintCommon.LowerBoundFixed property.
The property use is given in the example for IMsOptimizationProblem.CriterionFunction.
See also: