Share

AcDbDictUtil::dictionaryNameAt

C++

inline Acad::ErrorStatus dictionaryNameAt(
    ACHAR*& pName, 
    AcDbObjectId itemId
);

File

dbDictUtil.h

Description

Gets the Name/Key of an item.

Returns Acad::eOk if successful.

Note

If you already know the owner of itemId, then call the overloaded version of this function to avoid an extra call to acdbOpenObject().

Parameters

Parameters Description
pName Output reference to the name of the item
itemId Input item ID to search for

Was this information helpful?