This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > I3 > I3DChartSymbol Interface > I3DChartSymbol.Tilt Property (ArcObjects .NET 10.5 SDK) |
Tilt of 3D Display (0-90 degrees).
[Visual Basic .NET] Public Property Tilt As Integer
[C#] public int Tilt {get; set;}
[C++]
HRESULT get_Tilt(
long* Angle
);
[C++]
HRESULT put_Tilt(
long Angle
);
[C++]
Parameters Angle [out, retval] Angle is a parameter of type long Angle [in] Angle is a parameter of type long
Tilt is not supported by the BarChartSymbol coclass.