Assembly: Express;
The IAlgorithmParams interface is used to work with the collection of parameter control settings of the calculation algorithm executed by clicking a custom button.
IAlgorithmParams
Parameter control settings can be obtained using the following 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. |
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: