IMsTargetConstraint.ConstraintInfoArray

Fore Syntax

ConstraintInfoArray: IMsTargetConstraintInfoArray;

Fore.NET Syntax

ConstraintInfoArray: Prognoz.Platform.Interop.Ms.IMsTargetConstraintInfoArray;

Description

The ConstraintInfoArray property returns the collection of criterion function constraint values.

Comments

To set a constraint expression, use the IMsTargetConstraint.Expression property.

Fore and Fore.NET Examples

The property use is given in the example for IMsOptimizationProblem.CriterionFunction.

See also:

IMsTargetConstraint