API Documentation > External objects > Object ProDispdat > Function ProDispdatScaleGet
Function ProDispdatScaleGet
Description
Retrieves the scale for the display data.
Replacement in Object TOOLKIT:
Synopsis
#include <ProExtobjDisp.h>
ProDispdatScaleGet
(
ProWExtobjdata disp_data
/* (In)
The display data
*/
double* p_scale
/* (Out)
The scale
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
The function could not retrieve the information.
Sample Code References
User Guide References
Was this helpful?