API Documentation
>
Manufacturing
>
Object ProTool
> Function ProToolElemAttrSet
Function ProToolElemAttrSet
Description
Stores the specified tool attributes in a
ProToolElem
data structure.
Applicable Element Id(s):
PRO_E_ATTRIBUTES
Synopsis
#include <
ProToolElem.h
>
ProError
ProToolElemAttrSet
(
ProToolElem
elem
/* (In)
The
ProToolElem
in which to store the attributes
*/
int attrs
/* (In)
The attributes to be stored
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully stored the attributes.
PRO_TK_BAD_INPUTS
One or more of the arguments are invalid.
Sample Code References
pt_examples ( TestTool.c )
pt_examples ( TestTool.c )
Was this helpful?
This site works best with JavaScript enabled