IAlgorithmParamValue

Assembly: Algo;

Description

The IAlgorithmParamValue interface is used to set up a specific calculation algorithm parameter.

Inheritance Hierarchy

          IAlgorithmParamValue

Properties

  Property name Brief description
Id The Id property determines parameter identifier.
LinkedObject The LinkedObject property determines the dictionary, to which the parameter is to be linked.
Name The Name property determines a parameter name.
ParamId The ParamId property determines a parameter identifier.
ParamType The ParamType property determines a parameter type.
Value The Value property determines a default parameter value.

See also:

Algo Assembly Interfaces