Function ProCsysDataGet
Description
Retrieves the geometric representation data for the specified coordinate system.
Replacement in Object TOOLKIT:
Synopsis
#include <ProCsys.h>
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
The function successfully retrieved the information.
The input argument is invalid.
See Also
Sample Code References
User Guide References
Est-ce que cela a été utile ?