Share

AcApLayoutManager::updateCurrentPaper

C++

virtual void updateCurrentPaper(
    Adesk::Boolean zoomToPaper = false
) = 0;

Description

This function updates the paper space paper image to reflect the current state of the active AcDbLayout object. Optionally, an argument of kTrue can be passed in to perform a zoom to change the view to the extents of the paper image boundary.

Parameters

Parameters Description
zoomToPaper Optional input Boolean to determine whether a zoom is performed to the extents of the current paper image after the paper has been redrawn

Links

AcApLayoutManager

Was this information helpful?