ITargetConstraintInfo.LowerBoundFixed

Syntax

LowerBoundFixed: Boolean;

Description

The LowerBoundFixed property determines whether constraint lower border is fixed.

Comments

Available values:

To determine whether constrain upper border is fixed, use the ITargetConstraintInfo.UpperBoundFixed property.

Example

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

See also:

ITargetConstraintInfo