This document is archived and information here might be outdated. Recommended version. |
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,
System.Double* pAngleX,
System.Double* pAngleY,
System.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*