ArcObjects Library Reference (Geometry)  

IAffineTransformation2D3GEN.Rotation Property

The rotation angle. Will not be able if different x/y scale factors have been incorporated into the transformation.

[Visual Basic .NET]
Public ReadOnly Property Rotation As Double
[C#]
public double Rotation {get;}
[C++]
HRESULT get_Rotation(
  double* r
);
[C++]

Parameters

r [out, retval]   r is a parameter of type double

Product Availability

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

See Also

IAffineTransformation2D3GEN Interface