Share

AcDbDatabase::getLayoutDictionary

C++

Acad::ErrorStatus getLayoutDictionary(
    AcDbDictionary*& pDict, 
    AcDb::OpenMode mode = AcDb::kForRead
);

Description

Opens the database's ACAD_LAYOUT dictionary in the mode specified by mode. The pDict pointer is filled in with the address of the Layout dictionary. The Layout dictionary stores characteristics of each Paper Space layout as objects of type AcDbLayout.

Returns Acad::eOk if open is successful.

Parameters

Parameters Description
pDict Returns pointer to the Layout dictionary
mode Input mode in which to open the dictionary

Links

AcDbDatabase Class

Was this information helpful?