IMsTargetConstraint.Expression

Fore Syntax

Expression: IExpression;

Fore.NET Syntax

Expression: Prognoz.Platform.Interop.ForeSystem.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.

Fore and Fore.NET Examples

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

See also:

IMsTargetConstraint