Category Creating import and custom geometry, Object ProDatumdata

Function ProDatumdataGet


Description
Retrieves information from the datum data structure.

NOTE:

The function ignores the output argument pointers that are NULL.

Synopsis
#include <ProDatumdata.h>
ProErrorProDatumdataGet(
ProDatumdata* p_datum_data
/* (In)
The datum data structure
*/
int* p_datum_id
/* (Out)
The datum identifier
*/
ProType* p_datum_type
/* (Out)
The datum type
*/
ProName datum_name
/* (Out)
The datum name
*/
ProDatumobject* p_datum_obj
/* (Out)
The datum object
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Sample Code References:

  1. pt_examples ( TestGeomdata.c )