ArcObjects Library Reference (Carto)  

IGridLabel.Draw Method

Draws a label on the specified grid axis.

[Visual Basic .NET]
Public Sub Draw ( _
    ByVal LabelValue As Double, _
    ByVal Location As IPoint, _
    ByVal axis As esriGridAxisEnum, _
    ByVal Display As IDisplay _
)
[C#]
public void Draw (
    double LabelValue,
    IPoint Location,
    esriGridAxisEnum axis,
    IDisplay Display
);
[C++]
HRESULT Draw(
  double LabelValue,
  IPoint* Location,
  esriGridAxisEnum axis,
  IDisplay* Display
);
[C++]

Parameters

LabelValue [in]   LabelValue is a parameter of type double Location [in]

  Location is a parameter of type IPoint

axis [in]

  axis is a parameter of type esriGridAxisEnum

Display [in]

  Display is a parameter of type IDisplay

Product Availability

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

See Also

IGridLabel Interface