Provides access to the members that control the graticule.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
![]() |
AddElement | Adds a grid line at custom location to the graticule. |
![]() |
AutoInterval | Indicates if the graticule automatically and interactively computes the interval size. |
![]() |
Border | The map grid border. |
![]() |
Draw | Draws the map grid for a map frame to the given display. |
![]() |
ExteriorWidth | The width (in display units) of the portion of the grid that is outside of the frame. |
![]() |
GenerateGraphics | Generates graphic elements corresponding to the grid lines and stores them in the specified graphics container. |
![]() |
LabelFormat | The label format for map grid labels. |
![]() |
LineSymbol | The symbol used to draw grid lines - null will draw no lines. |
![]() |
Name | The name of the map grid. |
![]() |
PrepareForOutput | Prepares the map grid for output to a device. |
![]() |
QueryLabelVisibility | Returns the visibility of the labels along all four sides of the map grid. |
![]() |
QuerySubTickVisibility | Returns the visibility of the subticks along all four sides of the map grid. |
![]() |
QueryTickVisibility | Returns the visibility of the ticks along all four sides of the map grid. |
![]() |
RemoveElement | Removes a grid line in a custom location. |
![]() |
SetDefaults | Sets the properties of the map grid to default values. |
![]() |
SetLabelVisibility | Sets the visibility of the labels along all four sides of the map grid. |
![]() |
SetSubTickVisibility | Sets the visibility of the subticks along all four sides of the map grid. |
![]() |
SetTickVisibility | Sets the visibility of the ticks along all four sides of the map grid. |
![]() |
SubTickCount | The number of subticks to draw between the major ticks. |
![]() |
SubTickLength | The length of the subticks in points. |
![]() |
SubTickLineSymbol | The symbol used to draw the subtick lines. |
![]() |
TickLength | The length of the major ticks in points. |
![]() |
TickLineSymbol | The line symbol used to draw the major ticks. |
![]() |
TickMarkSymbol | The symbol used to draw tick marks at the grid interval intersections - null will draw no tick marks. |
![]() |
Visible | Indicates if the map grid is visible. |
Inherited Interfaces
Interfaces | Description |
---|---|
IMapGrid | Provides access to members that control a map grid. |
CoClasses that implement IGraticule
CoClasses and Classes | Description |
---|---|
Graticule | A map grid that divides the map with meridians and parallels. |
See Also
ICustomOverlayGrid Interface | IIndexGrid Interface | IMeasuredGrid Interface | IMapGrid Interface | IGraticule Interface