IAlgorithmParams

Assembly: Express;

Description

The IAlgorithmParams interface is used to work with the collection of parameter control settings of the calculation algorithm executed by clicking a custom button.

Inheritance Hierarchy

IAlgorithmParams

Comments

Parameter control settings can be obtained using the following properties:

Properties

  Property name Brief description
Count The Count property returns the number of parameter control settings in the collection.
Item The Item property returns parameter control settings with the specified index.

Methods

  Method name Brief description
FindById The FindById method searches for parameter control settings by identifier.
FindByKey The FindByKey method searches for parameter control settings by key.

See also:

Express Assembly Interfaces