API 설명서 > Manufacturing > Object ProTool > Function ProToolAttributesGet
Function ProToolAttributesGet
Description
Retrieves an integer that contains all the attributes of the specified tool.
Synopsis
#include <ProTool.h>
ProToolAttributesGet
(
ProTool* tool_ref
/* (In)
The handle to the tool
*/
int* r_attr
/* (Out)
An integer representation of the tool attributes
*/
)
Returns
The function successfully retrieved the attributes.
The tool specified by tool_ref was not found.
The input argument is invalid.
Sample Code References
User Guide References
도움이 되셨나요?