Functions
Function | Description |
---|---|
![]() | 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. |
![]() | 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. |