Function ProToolCreate
Description
Creates a new tool.
NOTE:
If tool_ref -> tool_id already exists, this function tries to adjust it until it is unique.
Synopsis
#include <ProTool.h>
ProToolCreate
(
ProTool* tool_ref
/* (In)
The handle to the tool to be created.
*/
/* (In)
The tool information (parameters, attributes, type, and so on).
*/
ProErrorlist* p_errors
/* (Out)
The error list that explains where problems occurred. This list is valid only until the next call to this function.
*/
)
Returns
The function successfully created the tool.
Model is in read-only state.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
¿Fue esto útil?