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


IMarker3DRotationAngles.GetRotationAngles 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.GetRotationAngles Method
ArcGIS Developer Help

IMarker3DRotationAngles.GetRotationAngles Method

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*

Product Availability

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

See Also

IMarker3DRotationAngles Interface