API Reference > OdDb Classes > OdDbPlotSettingsValidator Class > OdDbPlotSettingsValidator Methods > OdDbPlotSettingsValidator::setPlotType Method
OdDbPlotSettingsValidator::setPlotType Method
Syntax
C++
virtual OdResult setPlotType(OdDbPlotSettings* pPlotSettings, const PlotType plotType) = 0;
Parameters 
Description 
OdDbPlotSettings* pPlotSettings 
[in] Pointer to the PlotSettings object.  
const PlotType plotType 
[in] Plot type. 

Sets the plot type for the specified PlotSettings object. 

 

plotType must be one of the following: 

 

Name 
Value 
Description 
kDisplay 
Display 
kExtents 
Extents 
kLimits 
Limits 
kView 
View 
kWindow 
Window 
kLayout 
Layout 

 

PaperImageOrigin of OdDbPlotSettings will remain unchanged if kLayout is passed to the method, in other cases it can be changed.

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