Object ProCavitylayout

Function ProCavitylayoutFree


Description
Frees the handle of a cavity layout
Synopsis
#include <ProCavitylayout.h>
ProErrorProCavitylayoutFree(
ProCavityLayout* cvlayout
/* (In)
Pointer to the layout handle
*/
)
Returns
PRO_TK_NO_ERRORThe handle is successfully freed.
PRO_TK_BAD_INPUTSCan not free the handle

Sample Code References:

  1. pt_examples ( TestCavityLayout.c )