createLinkedCopy

Creates a copy of the parameter that is linked to the base parameter:

·         Changing the value of the base parameter also changes the value of the duplicate parameter.

·         Changing the value of the duplicate parameter does not affect the value of the base parameter.

Syntax

params.createLinkedCopy (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.