IMsTargetConstraint.LowerBoundFixed

Syntax

LowerBoundFixed: MsBoundFixType;

Description

The LowerBoundFixed property determines lower constraint limit fixation mode.

Comments

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.

Example

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

See also:

IMsTargetConstraint