API Reference > OdDb Classes > OdDbPlotSettingsValidator Class > OdDbPlotSettingsValidator Methods > OdDbPlotSettingsValidator::setPlotCfgName Method
OdDbPlotSettingsValidator::setPlotCfgName Method
Syntax
C++
virtual OdResult setPlotCfgName(OdDbPlotSettings* pPlotSettings, const OdString& plotDeviceName, const OdString& mediaName = OdString::kEmpty) = 0;
Parameters 
Description 
OdDbPlotSettings* pPlotSettings 
[in] Pointer to the PlotSettings object.  
const OdString& plotDeviceName 
[in] Name of the system printer or PC3 file.  
const OdString& mediaName = OdString::kEmpty 
[in] Media name. 

Sets the plot device and media names for the specified PlotSettings object. 

 

(plotDeviceName == none_device) requires (mediaName == none_user_media)

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