API Reference > OdDbRoot Classes > OdDbBaseVisualStylePE Class > OdDbBaseVisualStylePE Methods > OdDbBaseVisualStylePE::getCustomPrintScale Method
OdDbBaseVisualStylePE::getCustomPrintScale Method
Syntax
C++
virtual void getCustomPrintScale(const OdRxObject*, double& numerator, double& denominator) = 0;
Parameters 
Description 
double& numerator 
[out] A reference to a double value to store and return the real world units.  
double& denominator 
[out] A reference to a double value to store and return the drawing units. 

Returns a custom print scale value for a specified layout. 

param [in] A pointer to a layout object.

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