IVarTargetConstraint.LowerBoundFixed

Syntax

LowerBoundFixed: Boolean;

Description

The LowerBoundFixed property determines whether constraint lower border is fixed.

Comments

Available values:

To determine whether upper constraint limit is fixed, use the IVarTargetConstraint.UpperBoundFixed property.

Example

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

See also:

IVarTargetConstraint