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


IRotationRenderer2.SymbolRotation3DFlags Property (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.SymbolRotation3DFlags Property
ArcGIS Developer Help

IRotationRenderer2.SymbolRotation3DFlags Property

Gets rotation flags composed of enum esriSymbolRotation3DFlags. Not just for 3D rotation.

[Visual Basic .NET]
Public Property SymbolRotation3DFlags As Integer
[C#]
public int SymbolRotation3DFlags {get; set;}
[C++]
HRESULT get_SymbolRotation3DFlags(
  System.Int32* pFlags
);
[C++]
HRESULT put_SymbolRotation3DFlags(
  long pFlags
);
[C++]
Parameters
pFlags [out, retval]

pFlags is a parameter of type long* pFlags [in]
pFlags is a parameter of type long

Product Availability

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

See Also

IRotationRenderer2 Interface