ArcObjects Library Reference (Geometry)  

ITransformation3DGEN.Rotate Method

Adds a rotation in radians to the transformation matrix.

[Visual Basic .NET]
Public Sub Rotate ( _
    ByVal rotationAngle As Double, _
    ByVal rotationAxis As IVector3D _
)
[C#]
public void Rotate (
    double rotationAngle,
    IVector3D rotationAxis
);
[C++]
HRESULT Rotate(
  double rotationAngle,
  IVector3D* rotationAxis
);
[C++]

Parameters

rotationAngle   rotationAngle is a parameter of type double rotationAxis

  rotationAxis is a parameter of type IVector3D

Product Availability

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

See Also

ITransformation3DGEN Interface