API Documentation > Geometry items > Object ProCsys > Function ProCsysIdGet
Function ProCsysIdGet
Description
Gets the identifier of the coordinate system object.
NOTE:
Although the pointer can be reallocated, the identifier will not change.
Replacement in Object TOOLKIT:
Synopsis
#include <ProCsys.h>
ProCsysIdGet
(
ProCsys csys
/* (In)
The coordinate system handle
*/
int* p_id
/* (Out)
The returned identifier of the coordinate system object
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
Sample Code References
User Guide References
Was this helpful?