Share

AcDbDictUtil::dictionaryNameAt

C++

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

File

dbDictUtil.h

Description

Gets the Name/Key of an item.

Returns Acad::eOk if successful.

Parameters

Parameters Description
pName Output reference to the returned name/key
itemId Input item ID
ownerDictId Input object ID of the dictionary to search

Was this information helpful?