Category Creating import and custom geometry, Object ProDatumdata

Function ProDatumdataMemoryFree


Description
Frees the top-level memory used by the datum data structure.
Synopsis
#include <ProDatumdata.h>
ProErrorProDatumdataMemoryFree(
ProDatumdata* p_datum_data
/* (In)
The datum data structure
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully freed the memory.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Interface: Importing Features: Adding Datums

Sample Code References:

  1. pt_examples ( TestImportfeat.c )