ArcObjects Library Reference (Carto)  

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