Category Manufacturing, Object ProTool

Function ProToolElemParamAdd


Description
Stores an additional parameter in a ProToolElem data structure.

Applicable Element Id(s):

PRO_E_PARAMS

Synopsis
#include <ProToolElem.h>
ProErrorProToolElemParamAdd(
ProToolElem elem
/* (In)
The ProToolElem in which to store the parameter
*/
ProParamvalue* param_value
/* (In)
The value of the parameter to add
*/
ProCharName param_name
/* (In)
The name of the parameter to add
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully added the parameter.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Production Applications: Manufacturing: Creating Tools
  3. Production Applications: Manufacturing: Creating Tools

Sample Code References:

  1. pt_examples ( UtilMfgNew.c )
  2. pt_userguide ( UgMfgParamToolCreate.c )
  3. pt_userguide ( UgMfgParamToolCreate.c )