Category
Creating import and custom geometry
, Object
ProDatumdata
Function ProDatumdataAlloc
Description
Allocates memory for the datum data structure.
Synopsis
#include <
ProDatumdata.h
>
ProError
ProDatumdataAlloc
(
ProDatumdata
**
pp_datum_data
/* (Out)
The datum data structure
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully allocated memory for the datum data structure.
PRO_TK_OUT_OF_MEMORY
Insufficient memory.
PRO_TK_BAD_INPUTS
The input is invalid.
Manual References:
Interface: Importing Features: Adding Datums
Sample Code References:
pt_examples ( TestGeomdata.c )
pt_examples ( TestImportfeat.c )