Share

AcDbDatabase::getNamedObjectsDictionary

C++

Acad::ErrorStatus getNamedObjectsDictionary(
    AcDbDictionary*& pDict, 
    AcDb::OpenMode mode = AcDb::kForRead
);

Description

Opens the database's NamedObjects dictionary in the mode specified by mode. The pDict pointer is filled in with the address of the NamedObjects dictionary.

Returns Acad::eOk if open is successful.

Parameters

Parameters Description
pDict Returns pointer to the NamedObjects dictionary
mode Input mode in which to open the dictionary

Links

AcDbDatabase Class

Was this information helpful?