API Reference > OdDb Classes > OdDbPlotSettingsValidator Class > OdDbPlotSettingsValidator Methods > OdDbPlotSettingsValidator::setPlotViewName Method
OdDbPlotSettingsValidator::setPlotViewName Method
Syntax
C++
virtual OdResult setPlotViewName(OdDbPlotSettings* pPlotSettings, const OdString& plotViewName) = 0;
Parameters 
Description 
OdDbPlotSettings* pPlotSettings 
[in] Pointer to the PlotSettings object.  
const OdString& plotViewName 
[in] Plot view name. 

Sets the plot view name for the specified PlotSettings object. 

 

This string specifies the named view to be plotted if and only if plotType == kView.

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