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


IRotationRenderer2.SetSymbolRotation3DFlags Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRotationRenderer2.SetSymbolRotation3DFlags Method

Sets one flag for each axis. For axis which is not to be rotated, set to esriSymbolRotation3DNone. Serves same purpose as SymbolRotation3DFlags (get_, put_).

[Visual Basic .NET]
Public Sub SetSymbolRotation3DFlags ( _
    ByVal flagX As esriSymbolRotation3DFlags, _
    ByVal flagY As esriSymbolRotation3DFlags, _
    ByVal flagZ As esriSymbolRotation3DFlags _
)
[C#]
public void SetSymbolRotation3DFlags (
    esriSymbolRotation3DFlags flagX,
    esriSymbolRotation3DFlags flagY,
    esriSymbolRotation3DFlags flagZ
);
[C++]
HRESULT SetSymbolRotation3DFlags(
  esriSymbolRotation3DFlags flagX,
  esriSymbolRotation3DFlags flagY,
  esriSymbolRotation3DFlags flagZ
);
[C++]

Parameters flagX [in]
flagX is a parameter of type esriSymbolRotation3DFlags flagY [in]
flagY is a parameter of type esriSymbolRotation3DFlags flagZ [in]
flagZ is a parameter of type esriSymbolRotation3DFlags

Product Availability

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

See Also

IRotationRenderer2 Interface