IAlgorithmParam.Control

Syntax

Control: IAlgorithmParamControl;

Description

The Control property returns settings of sending value to algorithm parameter.

Comments

Depending on the parameter control type, cast value of the Control property to one of the following interfaces:

Example

The property use is given in the example for IAlgorithmConstantParamControl.ConstantValue, IAlgorithmObjectParamControl.Param.

See also:

IAlgorithmParam