ITargetConstraintInfo.UpperConstraintStatus

Fore Syntax

UpperConstraintStatus: TargetConstraintStatusType;

Fore.NET Syntax

UpperConstraintStatus: Prognoz.Platform.Interop.Cp.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.

Fore and Fore.NET Examples

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

See also:

ITargetConstraintInfo