Object
ProCavitylayout
Function ProCavitylayoutFree
Description
Frees the handle of a cavity layout
Synopsis
#include <
ProCavitylayout.h
>
ProError
ProCavitylayoutFree
(
ProCavityLayout
*
cvlayout
/* (In)
Pointer to the layout handle
*/
)
Returns
PRO_TK_NO_ERROR
The handle is successfully freed.
PRO_TK_BAD_INPUTS
Can not free the handle
Sample Code References:
pt_examples ( TestCavityLayout.c )