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


I3DChartSymbol.Thickness Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

I3DChartSymbol.Thickness Property

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

Product Availability

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

See Also

I3DChartSymbol Interface