Category Manufacturing, Object ProTool

Function ProToolFileRead


Description
Creates a new tool or redefines an existing tool.
Synopsis
#include <ProTool.h>
ProErrorProToolFileRead(
ProTool* tool_handle
/* (In)
The handle to the tool to be created or redefined.
*/
ProPath input_file
/* (In)
The full path and name of the input file.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.
PRO_TK_INVALID_FILEThe input file does not have the correct format, or data.

Manual References:

  1. Production Applications: Manufacturing: Creating Tools
  2. Production Applications: Manufacturing: Creating Tools

Sample Code References:

  1. pt_userguide ( UgMfgToolFileReadWrite.c )