Share

AcDbPlotSettings::setDrawViewportsFirst

C++

void setDrawViewportsFirst(
    Adesk::Boolean drawViewportsFirst
);

Description

This method tells the plotting system to either plot the objects in paper space 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 paper space should be plotted first

Links

AcDbPlotSettings

Was this information helpful?