Object ProMfgprocitem

Function ProMfgprocitemTemplateparamGet


Description
Obtains the parameter value for a template parameter for the item.
Licensing Requirement
TOOLKIT for Advanced NC
Synopsis
#include <ProMfgproctable.h>
ProErrorProMfgprocitemTemplateparamGet(
ProMfgprocItem* item
/* (In)
The process manager item.
*/
ProName param_name
/* (In)
The template parameter name.
*/
ProParamvalue* value
/* (Out)
The parameter value for the template parameter.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDThe template parameter does not exist.
PRO_TK_CANT_ACCESSAccess to the manufacturing process table is not enabled, use ProMfgProctableEnable().

Manual References:

  1. Production Applications: NC Process Manager: Template Parameters