![]()  | 
                    
                         This document is archived and information here might be outdated. Recommended version.  | 
                
The rotation angle about the rotation axis.
[Visual Basic .NET]
Public Property RotationAngle As Double
[C#]
public double RotationAngle {get; set;}
[C++]
HRESULT get_RotationAngle(
  System.Double* pAngle
);
[C++]
HRESULT put_RotationAngle(
  double pAngle
);
[C++] Parameters pAngle [out, retval]
pAngle is a parameter of type double* pAngle [in]
pAngle is a parameter of type double