IAlgorithmConstantParamControl

Assembly: Express;

Description

The IAlgorithmConstantParamControl interface contains properties used for setting up algorithm parameter control using a constant value.

Inheritance Hierarchy

          IAlgorithmParamControl

          IAlgorithmConstantParamControl

Comments

To get settings, cast value of the IAlgorithmParam.Control property to the IAlgorithmConstantParamControl interface. It is relevant if the IAlgorithmParam.Type property is set to AlgorithmParamType.Constant.

Properties

  Property name Brief description
ConstantValue The ConstantValue property determines a constant value sent to calculation algorithm parameter.

Properties inherited from IAlgorithmParamControl

  Property name Brief description
DimSchema The DimSchema property determines a selection schema that will be applied to create selection.
DimSchemaByKey The DimSchemaByKey property determines a key of the selection schema that will be applied to create selection.
LinkedDimension The LinkedDimension property returns description of the dictionary that is used to determine algorithm parameter value.
Value The Value property returns the value that will be sent to calculation algorithm.

See also:

Express Assembly Interfaces