Algo > Algo Assembly Interfaces > IAlgorithmParamValue
Assembly: Algo;
The IAlgorithmParamValue interface is used to get settings of specific calculation algorithm parameter.
IAlgorithmParamValue
To determine settings of specific calculation algorithm parameter, use the IMsModelParam interface.
Property name | Brief description | |
![]() |
Id | The Id property returns the parameter identifier. |
![]() |
LinkedObject | The LinkedObject property returns the dictionary, to which the parameter is to be linked. |
![]() |
Name | The Name property returns the parameter name. |
![]() |
ParamType | The ParamType property determines a parameter type. |
![]() |
Value | The Value property returns the default parameter value. |
See also: