Share

AcDbDatabase::getMaterialDictionary

C++

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

Description

Opens the database's material dictionary in the specified mode.

Parameters

Parameters Description
pDict Address of the material dictionary that was opened
mode Mode in which to open the dictionary; one of the AcDb::OpenMode enumerators

Links

AcDbDatabase Class

Was this information helpful?