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


IIndexGridTabStyle.Thickness Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIndexGridTabStyle Interface > IIndexGridTabStyle.Thickness Property
ArcGIS Developer Help

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(
  System.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