Category Manufacturing, Object ProTool

Function ProToolTypeGet


Description
Retrieves the type of the specified tool.
Synopsis
#include <ProTool.h>
ProErrorProToolTypeGet(
ProTool* tool_ref
/* (In)
The handle to the tool
*/
ProToolType* r_tool_type
/* (Out)
The type of tool
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_E_NOT_FOUNDThe tool specified by tool_ref was not found.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestRoute.c )
  2. pt_examples ( TestTool.c )
  3. pt_examples ( TestCollect.c )