Category Creating import and custom geometry, Object ProDatumdata

Function ProDatumdataAlloc


Description
Allocates memory for the datum data structure.
Synopsis
#include <ProDatumdata.h>
ProErrorProDatumdataAlloc(
ProDatumdata** pp_datum_data
/* (Out)
The datum data structure
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully allocated memory for the datum data structure.
PRO_TK_OUT_OF_MEMORYInsufficient memory.
PRO_TK_BAD_INPUTSThe input is invalid.

Manual References:

  1. Interface: Importing Features: Adding Datums

Sample Code References:

  1. pt_examples ( TestGeomdata.c )
  2. pt_examples ( TestImportfeat.c )