This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRotationRenderer2 Interface > IRotationRenderer2.SymbolRotation3DFlags Property (ArcObjects .NET 10.5 SDK) |
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