Documentazione API > Manufacturing > Object ProTool > Function ProToolInit
Function ProToolInit
Description
Initializes a ProTool data structure.
Synopsis
#include <ProTool.h>
ProToolInit
(
ProLine tool_id
/* (In)
The identifier of the tool (a string)
*/
ProMfg owner_mfg
/* (In)
The handle to the manufacturing model that owns the tool
*/
ProTool* p_tool_ref
/* (In)
The ProTool structure to be initialized
*/
)
Returns
The function successfully initialized the structure.
One or more of the arguments are invalid.
Sample Code References
User Guide References
È stato utile?