IAlgorithmParamValue

Assembly: Algo;

Description

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

Inheritance Hierarchy

          IAlgorithmParamValue

Properties

  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.
ParamId The ParamId property returns the parameter identifier.
ParamType The ParamType property determines a parameter type.
Value The Value property returns the default parameter value.

See also:

Algo Assembly Interfaces