API 설명서 > Geometry items > Object ProAxis > Function ProAxisIdGet
Function ProAxisIdGet
Description
Gets the identifier of the axis object.
NOTE:
Although the pointer can be reallocated, the identifier will not change.
Replacement in Object TOOLKIT:
Synopsis
#include <ProAxis.h>
ProAxisIdGet
(
ProAxis axis
/* (In)
The axis 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
도움이 되셨나요?