IAlgorithmParamValueList

Assembly: Algo;

Description

The IAlgorithmParamValueList interface is used to work with the collection of calculation algorithm parameters.

Inheritance Hierarchy

          IAlgorithmParamValueList

Comments

To create a collection of calculation algorithm parameters, use the IMsModelParams interface.

Properties

  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.

Methods

  Method name Brief description
FindById The FindById method searches for calculation algorithm in the collection by identifier.

See also:

Algo Assembly Interfaces