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


IRotationRenderer2.SetSymbolRotation3DExpressions 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.SetSymbolRotation3DExpressions Method
ArcGIS Developer Help

IRotationRenderer2.SetSymbolRotation3DExpressions Method

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

[Visual Basic .NET]
Public Sub SetSymbolRotation3DExpressions ( _
    ByVal expressionX As String, _
    ByVal expressionY As String, _
    ByVal expressionZ As String _
)
[C#]
public void SetSymbolRotation3DExpressions (
    string expressionX,
    string expressionY,
    string expressionZ
);
[C++]
HRESULT SetSymbolRotation3DExpressions(
  BSTR expressionX,
  BSTR expressionY,
  BSTR expressionZ
);
[C++]
Parameters
expressionX [in]

expressionX is a parameter of type BSTR expressionY [in]
expressionY is a parameter of type BSTR expressionZ [in]
expressionZ is a parameter of type BSTR

Product Availability

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

See Also

IRotationRenderer2 Interface