IMsTargetConstraint.UpperBoundFixed

Syntax

UpperBoundFixed: MsBoundFixType;

Description

The UpperBoundFixed property determines upper constraint limit fixation mode.

Comments

By default, the upper constraint is fixed, that is the property is set to MsBoundFixType.Fixed.

To determine the lower constraint limit fixation mode, use the IMsTargetConstraint.LowerBoundFixed property.

Example

The property use is given in the example for IMsBaseOptimizationProblem.CriterionFunction.

See also:

IMsTargetConstraint