Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdDbSetBasePlotSettingsPE::setPlotRotation Method
Syntax
C++
virtual OdResult setPlotRotation(OdRxObject* pPlotSetObj, OdDbBaseLayoutPE::PlotRotation plotRotation) = 0;

Sets the plot rotation for the specified PlotSettings object. 

 

Parameters
Description
plotRotation
[in] Plot rotation.
pPlotSettings
[in] Pointer to the PlotSettings object.

Returns eOk if successful or an appropriate error code otherwise.

plotRotation must be one of the following: 

 

Name
Value
Description
k0degrees
0
No rotation
k90degrees
1
90 CCW
k180degrees
2
Inverted
k270degrees
3
90 CW

 

Copyright © 2002-2022. Open Design Alliance All rights reserved.