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


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

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