cdfFindParamByName
cdfFindParamByName(g_cdfDataIdt_name) =>g_cdfParamId/ nil
Description
Returns the parameter ID of the specified parameter name for the given CDF description, if it exists. If not, it returns nil.
Use this function to search for parameters by name.
Arguments
|
Specifies the ID of the CDF data object where the specified parameter is to be searched. |
|
Value Returned
|
The specified parameter does not exist in the given CDF data object. |
Return to top