ArcObjects Library Reference (Carto)  

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