Class Hierarchy
AcRxObject AcGiDrawable AcDbObject AcDbPlotSettings AcDbLayout
C++
class AcDbLayout : public AcDbPlotSettings;
File
dblayout.h
Description
An AcDbLayout object stores characteristics of each paperspace layout. Layout objects are stored in an AcDbDictionary object with an ACAD_LAYOUT key, allowing easy iteration and indexing.
Remarks
When calling AcDbLayout::getPlotSettingsName() (which is inherited from AcDbPlotSettings), you should check the return string for NULL before attemping to access it. An empty string is a valid value for getPlotSettingsName(), and the method will return Acad::eOk for a NULL name.