ITargetControlVariable.Constraints

Fore Syntax

Constraints: IVarTargetConstraintsArray;

Fore.NET Syntax

Constraints: Prognoz.Platform.Interop.Cp.IVarTargetConstraintsArray;

Description

The Constraints property determines the collection of constraints for controlling variable.

Comments

Constraints enable the user to specify the interval, in which controlling variable values must be. The number of constraints must match the number of initial values of controlling variable.

Fore and Fore.NET Examples

The property use is given in the example for ICpTargetAdjustment.CalcWithNonLinConstraints.

See also:

ITargetControlVariable