Category Creating import and custom geometry, Object ProDatum

Function ProDatumCsysdataInit


Description
Initializes the data structure for the datum coordinate system object.
Synopsis
#include <ProDatumdata.h>
ProErrorProDatumCsysdataInit(
ProCsysdata* p_csys
/* (In)
The coordinate system
*/
ProDatumobject* p_datum_obj
/* (Out)
The datum object
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully initialized the structure.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Interface: Importing Features: Adding Datums
  2. Interface: Importing Features: Adding Datums

Sample Code References:

  1. pt_examples ( TestGeomdata.c )