Category Creating import and custom geometry, Object ProDatumdata

Function ProDatumdataFree


Description
Frees the memory for the datum data structure.
Synopsis
#include <ProDatumdata.h>
ProErrorProDatumdataFree(
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. Technical Summary of Changes for Creo 4.0 F000: Updates to the Function ProIntfDataDatumGet()

Sample Code References:

  1. pt_examples ( TestGeomdata.c )