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

Returns eOk if successful or an appropriate error code otherwise.

Sets the plot rotation for the specified PlotSettings object. 

 

plotRotation must be one of the following: 

 

Name 
Value 
Description 
k0degrees 
No rotation 
k90degrees 
90° CCW 
k180degrees 
Inverted° 
k270degrees 
90° CW 

 

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