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

Example

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

See also:

ITargetConstraintInfo