ArcObjects Library Reference (Geometry)  

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