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