Parameters |
Description |
OdDbPlotSettings* pPlotSettings |
[in] Pointer to the PlotSettings object. |
const PlotPaperUnits plotPaperUnits |
[in] Plot paper units. |
Sets the plot paper units for the specified PlotSettings object.
The plot paper units determine the units of the margins, offsets, paper size, and drawing units.
plotPaperUnits must be one of the following:
Name |
Value |
Description |
kInches |
0 |
Inches |
kMillimeters |
1 |
Millimeters |
kPixels |
2 |
Pixels |
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|