IAlgorithmParamValue

Assembly: Algo;

Description

The IAlgorithmParamValue interface is used to get settings of specific calculation algorithm parameter.

Inheritance Hierarchy

          IAlgorithmParamValue

Comments

To determine settings of specific calculation algorithm parameter, use the IMsModelParam interface.

Properties

  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:

Algo Assembly Interfaces