API Documentation > Manufacturing > Object ProTool > Function ProToolRedefine
Function ProToolRedefine
Description
Redefines an existing tool.
Synopsis
#include <ProTool.h>
ProToolRedefine
(
ProTool* tool_ref
/* (In)
The handle to the tool to be redefined.
*/
/* (In)
The new tool information.
*/
ProErrorlist* p_errors
/* (Out)
The error list that explains where problems occurred. This list is valid only until the next call to this function.
*/
)
Returns
The function successfully redefined the tool.
Model is in read-only state.
One or more of the input arguments are invalid.
Sample Code References
Was this helpful?