C++
static AcDbObjectId imageDictionary( AcDbDatabase* pDb );
Description
Returns the object ID of the image dictionary in the specified drawing database or 0 if the dictionary was not found.
The AutoCAD database for the dictionary is typically acdbCurDwg().
Parameters
| Parameters | Description |
|---|---|
| pDb | Input AutoCAD database in which to find the dictionary |