Assembly: Algo;
The IAlgorithmParamValueList interface is used to work with the collection of calculation algorithm parameters.
IAlgorithmParamValueList
To create a collection of calculation algorithm parameters, use the IMsModelParams interface.
Property name | Brief description | |
Count | The Count property returns the number of calculation algorithm parameters in the collection. | |
Item | The Item property returns the calculation algorithm parameter by index. |
Method name | Brief description | |
FindById | The FindById method searches for calculation algorithm in the collection by identifier. |
See also: