This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IA > IAffineTransformation2D Interface > IAffineTransformation2D.Rotation Property (ArcObjects .NET 10.5 SDK) |
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
Returns the Rotation factor from the transformation. Rotation is in radians.