API Reference > OdDb Classes > OdDbSetPlotSettingsPE Class > OdDbSetPlotSettingsPE Methods > OdDbSetPlotSettingsPE::setPlotCfgName Method
OdDbSetPlotSettingsPE::setPlotCfgName Method
Syntax
C++
virtual OdResult setPlotCfgName(OdDbPlotSettings * pPlotSettings, const OdString & plotCfgName);
Parameters 
Description 
OdDbPlotSettings * pPlotSettings 
[in] Pointer to the PlotSettings object.  
const OdString & plotCfgName 
[in] Name of the system printer or plot configuration PC3 file.
 

Returns eOk if successful or an appropriate error code otherwise.

Sets the plot device name for the specified PlotSettings object. 

 

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