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


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

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