Express > Express Assembly Interfaces > IAlgorithmParam
Assembly: Express;
The IAlgorithmParam interface is used to set up control of parameter of the calculation algorithm started by clicking a custom button.
IAlgorithmParam
Parameter control settings can be obtained using properties and methods of the IAlgorithmParams interface.
Property name | Brief description | |
![]() |
Control | The Control property returns settings of sending value to algorithm parameter. |
![]() |
Type | The Type property determines parameter control type. |
Property name | Brief description | |
![]() |
Id | The Id property returns object identifier. |
![]() |
Key | The Key property returns object key. |
![]() |
Name | The Name property returns object name. |
See also: