Share

AcDbPlotSettings::setShadePlotCustomDPI

C++

Acad::ErrorStatus setShadePlotCustomDPI(
    Adesk::Int16 val
);

Description

This method sets the shade plot custom dpi of the current AcDbPlotSettings object. This setting specifies the user-defined resolution at which shaded and rendered viewports will plot. This setting should be used only if the shade plot resolution level is set to ShadePlotResLevel::kCustom.

Parameters

Parameters Description
val Input new shade plot custom dpi

Links

AcDbPlotSettings

Was this information helpful?