IMsTargetConstraint.Operands

Syntax

Operands: 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.

Example

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

See also:

IMsTargetConstraint