setAllValues
For an array parameter, replaces the current array with a new array.
Syntax
params.setAllValues([oid], [array]);
Parameters
Parameter |
Type |
Required |
Description |
OID |
String |
Yes |
The OID of the parameter. |
Array |
String |
Yes |
The new array. |
Returns
N/A
Example
Coming soon.