ArcObjects Library Reference (Carto)  

IPageLayout2.SnapGrid Property

The snapping grid.

[Visual Basic .NET]
Public ReadOnly Property SnapGrid As ISnapGrid
[C#]
public ISnapGrid SnapGrid {get;}
[C++]
HRESULT get_SnapGrid(
  ISnapGrid** SnapGrid
);
[C++]

Parameters

SnapGrid [out, retval]

  SnapGrid is a parameter of type ISnapGrid

Product Availability

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

See Also

IPageLayout2 Interface