Share

AcDbDatabase::getGroupDictionary

C++

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

Description

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

Returns Acad::eOk if open is successful.

Parameters

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

Links

AcDbDatabase Class

Was this information helpful?