IVarTargetConstraint.LowerConstraintStatus

Fore Syntax

LowerConstraintStatus: TargetConstraintStatusType;

Fore.NET Syntax

LowerConstraintStatus: Prognoz.Platform.Interop.Cp.TargetConstraintStatusType;

Description

The LowerConstraintStatus property returns status of constraint lower border.

Comments

The value is available after criterion function calculation. To get status of upper constraint limit, use the IVarTargetConstraint.UpperConstraintStatus property.

Fore and Fore.NET Examples

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

See also:

IVarTargetConstraint