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


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

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