IVarTargetConstraint.UpperBoundFixed

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

Example

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

See also:

IVarTargetConstraint