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


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

IRotationRenderer2.GetSymbolRotation3DFlags Method

Gets one flag for each axis. Serves same purpose as SymbolRotation3DFlags (get_, put_).

[Visual Basic .NET]
Public Sub GetSymbolRotation3DFlags ( _
    ByRef pFlagX As esriSymbolRotation3DFlags, _
    ByRef pFlagY As esriSymbolRotation3DFlags, _
    ByRef pFlagZ As esriSymbolRotation3DFlags _
)
[C#]
public void GetSymbolRotation3DFlags (
    ref esriSymbolRotation3DFlags pFlagX,
    ref esriSymbolRotation3DFlags pFlagY,
    ref esriSymbolRotation3DFlags pFlagZ
);
[C++]
HRESULT GetSymbolRotation3DFlags(
  esriSymbolRotation3DFlags* pFlagX,
  esriSymbolRotation3DFlags* pFlagY,
  esriSymbolRotation3DFlags* pFlagZ
);
[C++]
Parameters
pFlagX [out]

pFlagX is a parameter of type esriSymbolRotation3DFlags* pFlagY [out]
pFlagY is a parameter of type esriSymbolRotation3DFlags* pFlagZ [out]
pFlagZ is a parameter of type esriSymbolRotation3DFlags*

Product Availability

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

See Also

IRotationRenderer2 Interface