Share

AcDbPlotSettingsValidator::setZoomToPaperOnUpdate

C++

virtual void setZoomToPaperOnUpdate(
    AcDbPlotSettings* pPlotSet, 
    Adesk::Boolean doZoom
) = 0;

Description

This method sets a flag on an AcDbLayout object to indicate that a zoom to the associated paper image represented by the underlying AcDbLayout be performed if the paper receives update notification. An update notification can occur in a number of ways, but the most explicit is to call the updateCurrentPaper() method on the Layout Manager. It doesn't get notification, however, merely by setting attributes on the AcDbLayout object.

Parameters

Parameters Description
pPlotSet Input pointer to AcDbPlotSettings object
doZoom Input Boolean indicating whether to zoom

Links

AcDbPlotSettingsValidator

Was this information helpful?