Assembly: Express;
The IAlgorithmObjectParamControl interface contains properties for setting up algorithm parameter control using the current object parameter.
IAlgorithmObjectParamControl
To get settings, cast value of the IAlgorithmParam.Control property to the IAlgorithmObjectParamControl interface. It is relevant if the IAlgorithmParam.Type property is set to AlgorithmParamType.ObjectParam.
Property name | Brief description | |
AttributeId | The AttributeId property determines identifier of the attribute, which values will be sent to calculation algorithm parameter. | |
Param | The Param property determines the current object parameter, which values will be sent to calculation algorithm parameter. | |
SelectionType | The SelectionType property determines the selection type sent to calculation algorithm parameter. |
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: