ITargetConstraintInfo.UpperConstraintStatus

Syntax

UpperConstraintStatus: TargetConstraintStatusType;

Description

The UpperConstraintStatus property returns status of upper constraint limit.

Comments

The value is available after criterion function calculation. To get status of lower constraint limit, use the ITargetConstraintInfo.LowerConstraintStatus property.

Example

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

See also:

ITargetConstraintInfo