Share

AcDbPlotSettings::setDrawViewportsFirst

C++

void setDrawViewportsFirst(
    Adesk::Boolean drawViewportsFirst
);

Description

This method tells the plotting system to either plot the objects in paperspace first (if the argument is Adesk::kFalse), or last (Adesk::kTrue). This is relative to the floating model space viewports.

Parameters

Parameters Description
drawViewportsFirst Input Boolean indicating whether objects in paperspace should be plotted first

Links

AcDbPlotSettings

Was this information helpful?