Category Manufacturing, Object ProTool

Function ProToolElemAttrSet


Description
Stores the specified tool attributes in a ProToolElem data structure.

Applicable Element Id(s):

PRO_E_ATTRIBUTES

Synopsis
#include <ProToolElem.h>
ProErrorProToolElemAttrSet(
ProToolElem elem
/* (In)
The ProToolElem in which to store the attributes
*/
int attrs
/* (In)
The attributes to be stored
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully stored the attributes.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.

Sample Code References:

  1. pt_examples ( TestTool.c )
  2. pt_examples ( TestTool.c )