|
setParamValue
|
|
|
|
| Param
|
|
|
| A string specifying the name of the measurement parameter whose value is to be set. See selectParam for the list of parameters supported by ImageWarp.
|
|
|
| Value
|
| A floating variable specifying the value to be assigned to the selected parameter.
|
|
|
| Index
|
|
|
| An optional integer specifying the index of an element to be set in a vector parameter. This argument is ignored for scalar parameters.
|
| Default value: 0
|
|
|
| ERR_OK
|
|
|
| The flag set if successful.
|
|
|
| ERR_FAILED
|
| The flag set if failed.
|
|
|
| setParamValue ("Area", 999.5)
|
| Print "Area=", getParamValue("Area")
|