Function ProToolinputTypeSet
Description
Sets the tool type information in the tool input.
Synopsis
#include <ProToolinput.h>
ProToolinputTypeSet
(
ProToolinputPtr tool_input
/* (In)
The tool input in which to set the type
*/
ProToolType tool_type
/* (In)
The tool type to be set
*/
)
Returns
The function successfully set the type.
One or more of the arguments are invalid.
Sample Code References
User Guide References
これは役に立ちましたか?