Category Creating import and custom geometry, Object ProContourdata

Function ProContourdataFree


Description
Frees the memory for the contour data structure.
Synopsis
#include <ProContourdata.h>
ProErrorProContourdataFree(
ProContourdata* p_contour_data
/* (In)
The contour data structure
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully freed the memory.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Sample Code References:

  1. pt_examples ( TestGeomdata.c )