Category Manufacturing, Object ProTool

Function ProToolAttributesGet


Description
Retrieves an integer that contains all the attributes of the specified tool.
Synopsis
#include <ProTool.h>
ProErrorProToolAttributesGet(
ProTool* tool_ref
/* (In)
The handle to the tool
*/
int* r_attr
/* (Out)
An integer representation of the tool attributes
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the attributes.
PRO_TK_E_NOT_FOUNDThe tool specified by tool_ref was not found.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestTool.c )