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 determines parameter identifier. | |
LinkedObject | The LinkedObject property returns the dictionary, to which the parameter is to be linked. | |
Name | The Name property determines a parameter name. | |
ParamType | The ParamType property determines a parameter type. | |
Value | The Value property determines a default parameter value. |
See also: