Share

getBackgroundDictionary

Functions

Function Description
getBackgroundDictionary Given the database pointer pDb, this function opens the background dictionary for given mode mode. If the dictionary does not exist, it will be created if createIfNonExist is true.Returns Acad::eOk if successful. Returns Acad::eKeyNotFound if the background dictionary does not exists and if createIfNonExists is set to false.
getBackgroundDictionary 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.

Was this information helpful?