Share

AcDbDatabase::getDataLinkDictionary

C++

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

Description

Opens the database's data link dictionary in the mode specified by mode. The address of the data link dictionary is returned in pDict.

Parameters

Parameters Description
pDict Output pointer to the data link dictionary
mode Input mode in which to open the dictionary

Links

AcDbDatabase Class

Was this information helpful?