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


IMapGrid.Draw Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapGrid Interface > IMapGrid.Draw Method
ArcGIS Developer Help

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