Category Manufacturing, Object ProTool

Function ProToolFileWrite


Description
Writes tool information into a file.
Synopsis
#include <ProTool.h>
ProErrorProToolFileWrite(
ProTool* tool_handle
/* (In)
The handle to the tool to be saved in a file.
*/
ProPath output_file
/* (In)
The full path and name of the output file.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.
PRO_TK_CANT_WRITECould not write the output file to the designated file name or path.

Manual References:

  1. Production Applications: Manufacturing: Creating Tools

Sample Code References:

  1. pt_userguide ( UgMfgToolFileReadWrite.c )