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

Sets the plot rotation for 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.