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


IAffineTransformation2D3GEN.Rotate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IA > IAffineTransformation2D3GEN Interface > IAffineTransformation2D3GEN.Rotate Method
ArcGIS Developer Help

IAffineTransformation2D3GEN.Rotate Method

Incorporates a rotation (in radians) into the transformation.

[Visual Basic .NET]
Public Sub Rotate ( _
    ByVal da As Double _
)
[C#]
public void Rotate (
    double da
);
[C++]
HRESULT Rotate(
  double da
);
[C++]
Parameters
da 

da is a parameter of type double

Product Availability

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

See Also

IAffineTransformation2D3GEN Interface