IMsTargetConstraint.Expression

Syntax

Expression: IExpression;

Description

The Expression property returns a criterion function constraint expression.

Comments

Only the operands, that are contained in the operands collection for criterion function constraint, can be used in the expression. To work with the operands collection, use the IMsTargetConstraint.Operands property.

Example

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

See also:

IMsTargetConstraint