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