Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsModelParamValues interface is used to work with the collection of metamodel parameter values before starting problem calculation.
To work with the collection of parameters, use the IMsModelParams interface.
| Property name | Brief description | |
| The Count property returns the number of parameters in the collection. | ||
| The Item method returns parameter value from the collection by its index. |
| Method name | Brief description | |
| The FindById method finds value of collection parameter by its identifier. | ||
| The FindByKey method finds value of collection parameter by its key. |
See also: