Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbSetPlotSettingsPE::setPrintScale Method
Syntax
C++
virtual OdResult setPrintScale(OdDbPlotSettings* pPlotSettings, double numerator, double denominator);

Sets the custom print scale for the specified PlotSettings object. 

 

Parameters
Description
pPlotSettings
[in] Pointer to the PlotSettings object.
numerator
[in] PaperSpace units.
denominator
[in] Media units.

Returns eOk if successful or an appropriate error code otherwise.

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

 

Copyright © 2002-2022. Open Design Alliance All rights reserved.