IMsTargetConstraint.Operands

Fore Syntax

Operands: IMsFormulaTermList;

Fore.NET Syntax

Operands: Prognoz.Platform.Interop.Ms.IMsFormulaTermList;

Description

The Operands property returns the collection of operands for criterion function constraint.

Comments

The operands contained in the collection are used to create a criterion function constraint. To set an 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