Description | ||||||||
Retrieves the geometric representation data for the specified coordinate system. | ||||||||
Replacement in Object TOOLKIT: | pfcCoordSystem::CoordSys | |||||||
Synopsis | ||||||||
#include <ProCsys.h> | ||||||||
ProError | ProCsysDataGet | ( | ||||||
ProCsys p_csys | ||||||||
/* (In) | ||||||||
The handle to the coordinate system. | ||||||||
*/ | ||||||||
ProGeomitemdata** p_data_ptr | ||||||||
/* (Out) | ||||||||
The coordinate system data. The function allocates the memory for this argument. Use the function ProGeomitemdataFree() to free the memory. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|
||||||||
See Also | ||||||||
ProGeomitemdataFree |