Assembly: 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 | |
Count | The Count property returns the number of parameters in the collection. | |
Item | The Item method returns parameter value from the collection by its index. |
Method name | Brief description | |
FindById | The FindById method finds value of collection parameter by its identifier. | |
FindByKey | The FindByKey method finds value of collection parameter by its key. |
See also: