API Reference > OdDb Classes > OdDbPlotSettingsValidator Class > OdDbPlotSettingsValidator Methods > OdDbPlotSettingsValidator::plotStyleSheetList Method
OdDbPlotSettingsValidator::plotStyleSheetList Method
Syntax
C++
virtual OdResult plotStyleSheetList(OdArray<const OdChar*> & styleList) = 0;
Parameters 
Description 
OdArray<const OdChar*> & styleList 
[out] Receives the plot style list. 

Returns an array of all available plot style tables.

Plot device and style lists should be refreshed with refreshLists() prior to using the other methods in this class, in case any plot devices, PC3 files, or plot style tables were changed after starting your application. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.