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


ISnapGrid.Draw Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ISnapGrid.Draw Method

Draw the grid.

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

Parameters Display [in]
Display is a parameter of type IDisplay Page [in]
Page is a parameter of type IPage

Product Availability

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

See Also

ISnapGrid Interface