IMsTargetConstraintCommon.LowerBoundFixed

Syntax

LowerBoundFixed: Boolean;

Description

The LowerBoundFixed property determines whether lower constraint limit is fixed.

Comments

Available values:

To determine whether the upper constraint limit is fixed, use the IMsTargetConstraintCommon.UpperBoundFixed property.

Example

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

See also:

IMsTargetConstraintCommon