Documentación de la API > Manufacturing > Object ProTool > Function ProToolFileWrite
Function ProToolFileWrite
Description
Writes tool information into a file.
Synopsis
#include <ProTool.h>
ProToolFileWrite
(
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
The function succeeded.
One or more of the input arguments are invalid.
Could not write the output file to the designated file name or path.
Sample Code References
User Guide References
¿Fue esto útil?