Description | ||||||||
Retrieves the geometric representation data for the specified axis. | ||||||||
Replacement in Object TOOLKIT: | wfcWAxis::GetAxisData | |||||||
Synopsis | ||||||||
#include <ProAxis.h> | ||||||||
ProError | 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 | ||||||||
|
||||||||
See Also | ||||||||
ProGeomitemdataFree |