createCopy
Creates a copy of the parameter. The duplicate parameter is independent of the base parameter. Changing the value of one does not affect the other.
Syntax
params.createCopy (Source OID, Destination OID);
Parameters
Parameter |
Type |
Required |
Description |
Source OID |
String |
Yes |
The OID of the parameter to copy |
Destination OID |
String |
Yes |
The OID of the new parameter. |
Returns
Returns ParamScriptable. For more information, see ParamScriptable Object on page 199.
Example
Coming soon.