cdfCopyParam
cdfCopyParam(g_cdfDataIdg_cdfParamId) =>g_cdfParamId/ nil
Description
Copies the specified parameter to the given CDF data object.
g_cdfDataId must not already have a parameter with the same name. The parameter and the data ID must not be effective objects.
Arguments
|
Specifies the ID of the CDF data object where the parameter is to be copied. |
|
|
Specifies the ID of the CDF parameter to be copied to the CDF data object. |
Value Returned
|
The updated ID of the parameter that was copied to the CDF data object. |
|
|
When the specified parameter already exists in the specified CDF data object. |
Return to top