Category Manufacturing, Object ProToolinput

Function ProToolinputFreeAllElems


Description
Frees all the ProToolElems data structures stored within the tool input.
Synopsis
#include <ProToolinput.h>
voidProToolinputFreeAllElems(
ProToolinputPtr tool_input
/* (In)
The tool input from which to free the ProToolElems
*/
)
Returns
None

Sample Code References:

  1. pt_examples ( TestTool.c )
  2. pt_examples ( TestTool.c )