IPrxAlgorithmConstantParamControl

Assembly: Report;

Description

The IPrxAlgorithmConstantParamControl interface contains properties that are used to control algorithm parameter using a constant value.

Inheritance Hierarchy

          IPrxAlgorithmParamControl

          IPrxAlgorithmConstantParamControl

Comments

To get settings, cast value of the IPrxAlgorithmParam.Control property to the IPrxAlgorithmConstantParamControl interface. It is relevant if the IPrxAlgorithmParam.Type property is set to PrxAlgorithmParamType.Constant.

Properties

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

Properties inherited from IPrxAlgorithmParamControl

  Property name Brief description
DimSchema The DimSchema property determines a 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 parameter.

See also:

Report Assembly Interfaces