API Documentation > Geometry items > Object ProAxis > Function ProAxisDataGet
Function ProAxisDataGet
Description
Retrieves the geometric representation data for the specified axis.
Replacement in Object TOOLKIT:
Synopsis
#include <ProAxis.h>
ProAxisDataGet
(
ProAxis axis
/* (In)
The axis handle.
*/
ProGeomitemdata** p_data_ptr
/* (Out)
The axis data. The function allocates the memory for this argument. Use the function ProGeomitemdataFree() to free the memory.
*/
)
Returns
The function successfully retrieved the data.
The input argument is invalid.
See Also
Sample Code References
User Guide References
Was this helpful?