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

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.