API Reference > OdDb Classes > OdDbSetBasePlotSettingsPE Class > OdDbSetBasePlotSettingsPE Methods > OdDbSetBasePlotSettingsPE::setPrintScale Method
OdDbSetBasePlotSettingsPE::setPrintScale Method
Syntax
C++
virtual OdResult setPrintScale(OdRxObject* pPlotSetObj, double numerator, double denominator) = 0;
Parameters 
Description 
double numerator 
[in] PaperSpace units.  
double denominator 
[in] Media units. 
pPlotSettings 
[in] Pointer to the PlotSettings object.  

Returns eOk if successful or an appropriate error code otherwise.

Sets the custom print scale for the specified PlotSettings object. 

 

The custom print scale always reflects the scale that this PlotSettings object will use to plot. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.