v6.0
Sets the parameter value. The type of the value depends of the
Parameter.ValueType, for
example it may be a string, double, integer, GridData or boolean.
Tip: To set the value of a parameter inside a CustomOperator use OutputPort.Value instead.
Note: This is the Python-compliant version of the Parameter.Value property. Since Python
does not support input parameters on properties, Parameter.Value
will fail in Python.
Parameter.PutValue2( [Frame], [Value] ); |
Parameter | Type | Description |
---|---|---|
Frame | Variant | Frame at which to set the value. |
Value | Variant | New parameter value. |