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


IRotationRenderer2.SymbolRotation3DFlags Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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(
  long* 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