Category Creating import and custom geometry, Object ProDatum

Function ProDatumCsysdataGet


Description
Retrieves information from the data structure for the datum coordinate system object.
Synopsis
#include <ProDatumdata.h>
ProErrorProDatumCsysdataGet(
ProDatumobject* p_datum_obj
/* (In)
The datum object
*/
ProCsysdata* p_csys
/* (Out)
The coordinate system
*/
)
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 )