Share

getBackgroundDictionary

C++

Acad::ErrorStatus SCENEDLLIMPEXP getBackgroundDictionary(
    AcDbDatabase* pDb, 
    AcDbDictionary*& pDict, 
    AcDb::OpenMode mode
);

File

dbBackground.h

Description

Given the database pointer pDb, open the background dictionary for the given mode mode.

Returns Acad::eOk if successful. Returns Acad::eKeyNotFound if the background dictionary does not exist.

Parameters

Parameters Description
pDb Input pointer to the database from which to retrieve the background dictionary
pDict Output pointer to the result background dictionary
mode Input requested open mode

Was this information helpful?