API 文档 > Manufacturing > Object ProToolinput > Function ProToolinputElemAdd
Function ProToolinputElemAdd
Description
Adds a ProToolElem data structure to the tool input.
Synopsis
#include <ProToolinput.h>
ProToolinputElemAdd
(
ProToolinputPtr tool_input
/* (In)
The tool input to which to add the element
*/
ProToolElem tool_elem
/* (In)
The tool element to be added
*/
)
Returns
The function successfully added the element.
One or more of the arguments are invalid.
Sample Code References
这对您有帮助吗?