LowerBoundFixed: MsBoundFixType;
The LowerBoundFixed property determines lower constraint limit fixation mode.
By default, the lower constraint is fixed, that is, the property is set to MsBoundFixType.Fixed.
To determine upper constraint limit fixation mode, use the IMsTargetConstraint.UpperBoundFixed property.
The property use is given in the example for IMsBaseOptimizationProblem.CriterionFunction.
See also: