acdbGetMotionPathDictionary
Functions
Function |
Description |
---|
acdbGetMotionPathDictionary |
Given the database pointer pDb, this function opens the motion path dictionary (ACAD_MOTION) 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 motion path dictionary does not exist and if createifNotExist was set to false. |
acdbGetMotionPathDictionary |
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 motion path dictionary does not exist. |