Assembly: Express;
The IAlgorithmParamControl interface contains basic properties for setting up value sending to calculation algorithm parameter.
IAlgorithmParamControl
The interface is basic for the following interfaces:
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: