|
Description
|
Returns/sets the orientation of the plotted drawing.
|
Syntax Visual Basic
|
[form.]DXFReader.PlotRotation[ = PlotRotationEnum]
|
|
Visual C++
|
long DXFReader.GetPlotRotation(); void DXFReader.SetPlotRotation(long nNewValue);
|
|
Delphi
|
property PlotRotation: TOleEnum (PlotRotationEnum);
|
|
C#
|
|
|
Remarks
|
The figure below shows print previews using the DXFPlot control with different values of PlotRotation property.
 Valid settings for the PlotRotation property are:
| 0 | dr0 | The drawing is plotted with no rotation | | 1 | dr90 | The drawing is plotted 90° rotated | | 2 | dr180 | The drawing is plotted upsidedown | | 3 | dr270 | The drawing is plotted 270° rotated |
|
|
Data Type
|
PlotRotationEnum (Enumeration)
|
|
Default Value
|
dr0 (0)
|