The IMsModelParamsControl interface contains properties and methods that are used to work with the collection of controlled parameters of metamodel included into calculation chain.
The parameters collection can be obtained using the IMsCalculationChainMetaModel.ParamsControl, IValidationFilters.ParamControl properties.
Property name | Brief description | |
Count | The Count property returns the number of parameters in the collection. | |
Item | The Item method returns parameter from the collection by its index. |
Method name | Brief description | |
FindByKey | The FindByKey method finds parameter in the collection by its key. | |
Refresh | The Refresh method refreshes a list of parameters in the collection. |
See also: