C++
Acad::ErrorStatus getVisualStyleDictionary( AcDbDictionary*& pDict, AcDb::OpenMode mode = AcDb::kForRead );
Description
This function opens the database's ACAD_VISUALSTYLE dictionary in the specified mode. The pDict pointer is returned with the address of the Visual Styles dictionary.Returns Acad::eOk if open is successful.
Parameters
Parameters | Description |
---|---|
pDict | Output reference to the visual styles dictionary |
mode | Input mode in which to open the dictionary |