This document is archived and information here might be outdated.  Recommended version.


IMarker3DRotationAngles.SetRotationAngles Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMarker3DRotationAngles Interface > IMarker3DRotationAngles.SetRotationAngles Method
ArcGIS Developer Help

IMarker3DRotationAngles.SetRotationAngles Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMarker3DRotationAngles Interface