Provides access to members that control the Snapping grid.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
Draw | Draw the grid. | |
HorizontalSpacing | The horizontal distance between grid points. | |
IsVisible | Indicates if the snapping grid is visible. | |
VerticalSpacing | The vertical distance between grid points. |
CoClasses that implement ISnapGrid
CoClasses and Classes | Description |
---|---|
SnapGrid | Snapping Grid for use with a PageLayout. |
Remarks
The layout view supports a snap grid, which is a grid of reference points on the layout used to help position elements. The grid may be used as a visual indicator of size and position, or it may be used to snap elements into position.
The primary interface on the SnapGrid object is ISnapGrid. Use this interface to change the grids horizontal and vertical spacing and control whether or not the grid is visible.