IMsTargetConstraintCommon.UpperBoundFixed

Syntax

UpperBoundFixed: Boolean;

Description

The UpperBoundFixed property determines whether upper constraint limit is fixed.

Comments

Available values:

To determine whether lower constraint limit is fixed, use the IMsTargetConstraintCommon.LowerBoundFixed property.

Example

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

See also:

IMsTargetConstraintCommon