API Reference > OdDb Classes > OdDbPlotSettingsValidator Class > OdDbPlotSettingsValidator Methods > OdDbPlotSettingsValidator::canonicalMediaNameList Method
OdDbPlotSettingsValidator::canonicalMediaNameList Method
Syntax
C++
virtual OdResult canonicalMediaNameList(OdDbPlotSettings* pPlotSettings, OdArray<const OdChar*> & mediaList) = 0;
Parameters 
Description 
OdDbPlotSettings* pPlotSettings 
[in] Pointer to the PlotSettings object.  
OdArray<const OdChar*> & mediaList 
[out] Receives the media name list. 

Returns an array canonical (locale-independent) media names for the specified PlotSettings object. 

 

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.