C++
AcDbPlotSettings::PlotPaperUnits plotPaperUnits() const;
Description
This method returns the units used for plotting in the enumeration PlotPaperUnits. Possible values are:
| Name | Usage |
|---|---|
| kInches | Plot in inches |
| kMillimeters | Plot in millimeters |
| kPixels | Plot in pixels |