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.SetRotationAngles Method (ArcObjects .NET 10.5 SDK) |
Sets the symbol's rotation angles to the given values.
[Visual Basic .NET] Public Sub SetRotationAngles ( _ ByVal pSymbol As ISymbol, _ ByVal angleX As Double, _ ByVal angleY As Double, _ ByVal angleZ As Double _ )
[C#] public void SetRotationAngles ( ISymbol pSymbol, double angleX, double angleY, double angleZ );
[C++]
HRESULT SetRotationAngles(
ISymbol* pSymbol,
double angleX,
double angleY,
double angleZ
);
[C++]
Parameters pSymbol [in]
pSymbol is a parameter of type ISymbol angleX [in] angleX is a parameter of type double angleY [in] angleY is a parameter of type double angleZ [in] angleZ is a parameter of type double