C++
Acad::ErrorStatus getMLStyleDictionary( AcDbDictionary*& pDict, AcDb::OpenMode mode = AcDb::kForRead );
Description
Opens the database's MLStyle dictionary in the mode specified by mode. The pDict pointer is filled in with the address of the MLStyle dictionary.
Returns Acad::eOk if open is successful.
Parameters
Parameters | Description |
---|---|
pDict | Returns pointer to the MLStyle dictionary |
mode | Input mode in which to open the dictionary |