C++
virtual ACDBCORE2D_PORT AcDbLayoutManager* layoutManager() const;
Description
The layoutManager() method returns a pointer to the one and only instance of the layout manager object. This object is used for accessing layout related functionality and methods used for manipulating layouts (not just paper space layouts) as described by the exported classes AcDbLayoutManager and AcApLayoutManager. Please see the ObjectARX Developer's Guide for for a list of the functionality that can be accessed given an AcDbLayoutManager pointer.