Category
Manufacturing
, Object
ProTool
Function ProToolTypeGet
Description
Retrieves the type of the specified tool.
Synopsis
#include <
ProTool.h
>
ProError
ProToolTypeGet
(
ProTool
*
tool_ref
/* (In)
The handle to the tool
*/
ProToolType
*
r_tool_type
/* (Out)
The type of tool
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully retrieved the information.
PRO_TK_E_NOT_FOUND
The tool specified by
tool_ref
was not found.
Manual References:
Production Applications: Manufacturing: Visiting Manufacturing Tools
Production Applications: Manufacturing: Visiting Manufacturing Tools
Sample Code References:
pt_examples ( TestRoute.c )
pt_examples ( TestTool.c )
pt_examples ( TestCollect.c )