ArcObjects Library Reference (Carto)  

IMapGrid.Draw Method

Draws the map grid for a map frame to the given display.

[Visual Basic .NET]
Public Sub Draw ( _
    ByVal Display As IDisplay, _
    ByVal pMapFrame As IMapFrame _
)
[C#]
public void Draw (
    IDisplay Display,
    IMapFrame pMapFrame
);
[C++]
HRESULT Draw(
  IDisplay* Display,
  IMapFrame* pMapFrame
);
[C++]

Parameters

Display [in]

  Display is a parameter of type IDisplay

pMapFrame [in]

  pMapFrame is a parameter of type IMapFrame

Product Availability

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

See Also

IMapGrid Interface