Share

acdbGetNamedPathDictionary

Functions

Function Description
acdbGetNamedPathDictionary Given the database pointer pDb, this function opens the named path dictionary (ACAD_NAMEDPATH) in the mode specified by mode.Returns Acad::eOk if successful. Returns Acad::eKeyNotFound if the named path dictionary does not exist .
acdbGetNamedPathDictionary Given the database pointer pDb, this function opens the named path dictionary (ACAD_NAMEDPATH) in the mode specified by mode. If the dictionary does not exist, it will be created if createifNotExist is true.Returns Acad::eOk if successful. Returns Acad::eKeyNotFound if the named path dictionary does not exist and if createifNotExist was set to false.

Was this information helpful?