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