This document is archived and information here might be outdated.  Recommended version.


IRotateOperation.PreviousRotation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRotateOperation Interface > IRotateOperation.PreviousRotation Property
ArcGIS Developer Help

IRotateOperation.PreviousRotation Property

The previous rotation.

[Visual Basic .NET]
Public WriteOnly Property PreviousRotation
[C#]
public void PreviousRotation {set;}
[C++]
HRESULT put_PreviousRotation(
  double 
);
[C++]
Parameters
 

is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRotateOperation Interface