This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIndexGridTabStyle Interface > IIndexGridTabStyle.Thickness Property (ArcObjects .NET 10.4 SDK) |
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