IMsTargetConstraintCommon.LowerBoundFixed

Fore Syntax

LowerBoundFixed: Boolean;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

IMsTargetConstraintCommon