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