API Reference > OdDb Classes > OdDbPlotSettingsValidator Class > OdDbPlotSettingsValidator Methods > getLocaleMediaName Method > OdDbPlotSettingsValidator::getLocaleMediaName Method (OdDbPlotSettings *, OdString&)
OdDbPlotSettingsValidator::getLocaleMediaName Method (OdDbPlotSettings *, OdString&)
Syntax
C++
virtual OdString getLocaleMediaName(OdDbPlotSettings * pPlotSettings, const OdString& canonicalName) = 0;
Parameters 
Description 
OdDbPlotSettings * pPlotSettings 
[in] Pointer to the PlotSettings object.  
const OdString& canonicalName 
[out] Locale-independent media name. 

Returns the locale-dependent media name for the specified PlotSettings object and canonical media name or index. 

 

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

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