C++
inline Acad::ErrorStatus dictionaryGetAt( AcDbObjectId& id, const ACHAR* name, AcDbObjectId ownerDictId );
File
dbDictUtil.h
Description
Gets the ID of an item.
Returns Acad::eOk if successful.
Parameters
| Parameters | Description |
|---|---|
| id | Output object ID of the item |
| name | Input name of the item |
| ownerDictId | Input object ID of the dictionary that owns this item |