Share

AcDbDatabase::getPlotSettingsDictionary

C++

Acad::ErrorStatus getPlotSettingsDictionary(
    AcDbDictionary*& pTable, 
    AcDb::OpenMode mode = AcDb::kForRead
);

Description

Opens the database's ACAD_PLOTSETTINGS dictionary in the mode specified by mode. The pTable pointer is filled in with the address of the Plot Settings dictionary. The Plot Settings dictionary holds the set of named plot settings that the user has created for this drawing as objects of type AcDbPlotSettings.

Returns Acad::eOk if open is successful.

Parameters

Parameters Description
pTable Returns pointer to the Plot Settings dictionary
mode Input mode in which to open the dictionary

Links

AcDbDatabase Class

Was this information helpful?