Control: IAlgorithmParamControl;
The Control property returns settings of sending value to algorithm parameter.
Depending on the parameter control type, cast value of the Control property to one of the following interfaces:
The property use is given in the example for IAlgorithmConstantParamControl.ConstantValue, IAlgorithmObjectParamControl.Param.
See also: