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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.