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


IRotationRenderer2.GetSymbolRotation3DExpressions Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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(
  BSTR* pExpressionX,
  BSTR* pExpressionY,
  BSTR* 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