Category Manufacturing, Object ProTool

Function ProToolParamGet


Description
Retrieves the value of one of the tool parameters.
Synopsis
#include <ProTool.h>
ProErrorProToolParamGet(
ProTool* tool_ref
/* (In)
The handle to the tool
*/
ProCharName param_name
/* (In)
The name of the tool parameter
*/
ProParamvalue* p_param_val
/* (Out)
The value of the specified parameter
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_E_NOT_FOUNDThe tool specified by tool_ref was not found.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestRoute.c )