ArcObjects Library Reference (Carto)  

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