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


IRotateOperation.PreviousRotation Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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