Share

AcDbPlotSettingsValidator::setPlotPaperUnits

C++

virtual Acad::ErrorStatus setPlotPaperUnits(
    AcDbPlotSettings* pPlotSet, 
    const PlotPaperUnits units
) = 0;

Description

This method sets the units for plotting using the enumeration PlotPaperUnits. Possible values are:

Name Usage
kInches Plot in inches
kMillimeters Plot in millimeters
kPixels Plot in pixels

Parameters

Parameters Description
pPlotSet Input pointer to AcDbPlotSettings object
units Input units by which the margins, offset, and paper size are interpreted

Links

AcDbPlotSettingsValidator

Was this information helpful?