IMsOptimizationProblem.ControlVariables

Fore Syntax

ControlVariables: IMsFormulaTermList;

Fore.NET Syntax

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

Description

The ControlVariables property returns the collection of controlling variables.

Comments

To get the collection of phase variables, use the IMsOptimizationProblem.Operands property.

Fore and Fore.NET Examples

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

See also:

IMsOptimizationProblem