IMsTargetConstraintCommon.UpperBoundFixed

Fore Syntax

UpperBoundFixed: Boolean;

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

Fore and Fore.NET Examples

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

See also:

IMsTargetConstraintCommon