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