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


IRotationRenderer2.GetSymbolRotation3DExpressions Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRotationRenderer2 Interface > IRotationRenderer2.GetSymbolRotation3DExpressions Method
ArcGIS Developer Help

IRotationRenderer2.GetSymbolRotation3DExpressions Method

Gets expressions for rotation about each axis. In case of non-3D rotation, Z axis is used.

[Visual Basic .NET]
Public Sub GetSymbolRotation3DExpressions ( _
    ByRef pExpressionX As String, _
    ByRef pExpressionY As String, _
    ByRef pExpressionZ As String _
)
[C#]
public void GetSymbolRotation3DExpressions (
    ref string pExpressionX,
    ref string pExpressionY,
    ref string pExpressionZ
);
[C++]
HRESULT GetSymbolRotation3DExpressions(
  System.String* pExpressionX,
  System.String* pExpressionY,
  System.String* pExpressionZ
);
[C++]
Parameters
pExpressionX [out]

pExpressionX is a parameter of type BSTR* pExpressionY [out]
pExpressionY is a parameter of type BSTR* pExpressionZ [out]
pExpressionZ is a parameter of type BSTR*

Product Availability

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

See Also

IRotationRenderer2 Interface