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


IIndexGridTabStyle.PrepareDraw Method (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.PrepareDraw Method
ArcGIS Developer Help

IIndexGridTabStyle.PrepareDraw Method

Sets up the tab for drawing.

[Visual Basic .NET]
Public Sub PrepareDraw ( _
    ByVal LabelValue As String, _
    ByVal tabWidthPage As Double, _
    ByVal axis As esriGridAxisEnum _
)
[C#]
public void PrepareDraw (
    string LabelValue,
    double tabWidthPage,
    esriGridAxisEnum axis
);
[C++]
HRESULT PrepareDraw(
  BSTR LabelValue,
  double tabWidthPage,
  esriGridAxisEnum axis
);
[C++]
Parameters
LabelValue [in]

LabelValue is a parameter of type BSTR tabWidthPage [in]
tabWidthPage is a parameter of type double axis [in]
axis is a parameter of type esriGridAxisEnum

Product Availability

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

See Also

IIndexGridTabStyle Interface