This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the map grids in a data frame.
IMapGrids is implemented only by the MapFrame object, but it is not the default interface for that object (IMapFrame is the default). Use this interface when you want to retrieve or set the grids (sometimes known as graticules) displayed with a particular MapFrame. The Grids are used to provide reference information for the map.
Name | Description | |
---|---|---|
AddMapGrid | Adds a map grid to the map frame. | |
ClearMapGrids | Clears all map grids from the map frame. | |
DeleteMapGrid | Deletes a map grid from the map frame. | |
MapGrid | The map grid at the specified index. | |
MapGridCount | The number of map grids associated with the map frame. |
Classes | Description |
---|---|
MapFrame | A graphic element for displaying maps. |