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