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

Returns an array of all available system printers and PC3 files.

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.