This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISnapGrid Interface > ISnapGrid.Draw Method (ArcObjects .NET 10.4 SDK) |
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