This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRotationRenderer2 Interface > IRotationRenderer2.SetSymbolRotation3DExpressions Method (ArcObjects .NET 10.4 SDK) |
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