Assembly: Ms;
The IMsUORuntimeControlTerms interface is used to work with the collection of controlling variables of custom optimization problem.
IMsUORuntimeControlTerms
Controlling variables can be obtained using the IMsUORuntime.ControlVariables property during problem calculation.
| 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. |
| 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: