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

Returns eOk if successful or an appropriate error code otherwise.

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 

 

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