IVarTargetConstraint.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 determines whether lower constraint limit is fixed, use the IVarTargetConstraint.LowerBoundFixed property.

Fore and Fore.NET examples

The property use is given in the example for IVarTargetConstraint.Include.

See also:

IVarTargetConstraint