ArcObjects Library Reference (Carto)  

IIndexGridTabStyle.Thickness Property

The thickness of the tab in points.

[Visual Basic .NET]
Public Property Thickness As Double
[C#]
public double Thickness {get; set;}
[C++]
HRESULT get_Thickness(
  double* thicknessPts
);
[C++]
HRESULT put_Thickness(
  double thicknessPts
);
[C++]

Parameters

thicknessPts [out, retval]   thicknessPts is a parameter of type double thicknessPts [in]   thicknessPts is a parameter of type double

Product Availability

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

See Also

IIndexGridTabStyle Interface