ITargetConstraintInfo.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 ITargetConstraintInfo.LowerBoundFixed property.

Fore and Fore.NET examples

The property use is given in the example for ITargetConstraintInfo.OptimalValue.

See also:

ITargetConstraintInfo