|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMarker3DRotationAngles Interface > IMarker3DRotationAngles.GetRotationAngles Method (ArcObjects .NET 10.5 SDK) | 
Gets the symbol's rotation angles.
[Visual Basic .NET] Public Sub GetRotationAngles ( _ ByVal pSymbol As ISymbol, _ ByRef pAngleX As Double, _ ByRef pAngleY As Double, _ ByRef pAngleZ As Double _ )
[C#] public void GetRotationAngles ( ISymbol pSymbol, ref double pAngleX, ref double pAngleY, ref double pAngleZ );
[C++]
HRESULT GetRotationAngles(
  ISymbol* pSymbol,
  double* pAngleX,
  double* pAngleY,
  double* pAngleZ
);
[C++]
Parameters pSymbol [in]
pSymbol is a parameter of type ISymbol pAngleX [out] pAngleX is a parameter of type double pAngleY [out] pAngleY is a parameter of type double pAngleZ [out] pAngleZ is a parameter of type double