IMsUORuntimeControlTerms

Assembly: Ms;

Description

The IMsUORuntimeControlTerms interface is used to work with the collection of controlling variables of custom optimization problem.

Inheritance Hierarchy

IMsUORuntimeControlTerms

Comments

Controlling variables can be obtained using the IMsUORuntime.ControlVariables property during problem calculation.

Properties

  Property name Brief description
The Count property returns the number of controlling variables in the collection.
The Item property returns controlling variable parameters by its index.

Methods

  Method name Brief description
The FindByString method searches for a controlling variable by a string view and returns variable index in the collection.

See also:

Ms Assembly Interfaces