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.Thickness Property (ArcObjects .NET 10.5 SDK) |
3D thickness of the chart symbol.
[Visual Basic .NET] Public Property Thickness As Double
[C#] public double Thickness {get; set;}
[C++]
HRESULT get_Thickness(
double* Points
);
[C++]
HRESULT put_Thickness(
double Points
);
[C++]
Parameters Points [out, retval] Points is a parameter of type double Points [in] Points is a parameter of type double