com.esri.arcgis.carto
Interface IGridAxisTicks

All Superinterfaces:
Serializable
All Known Implementing Classes:
Graticule

public interface IGridAxisTicks
extends Serializable

Provides access to members that control the tick axis properties of a grid.

Product Availability

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


Method Summary
 double getAxisTickOffset()
          The offset (in points) for ticks that fall along the axes.
 void setAxisTickOffset(double offsetPts)
          The offset (in points) for ticks that fall along the axes.
 

Method Detail

getAxisTickOffset

double getAxisTickOffset()
                         throws IOException,
                                AutomationException
The offset (in points) for ticks that fall along the axes.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
The offsetPts
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAxisTickOffset

void setAxisTickOffset(double offsetPts)
                       throws IOException,
                              AutomationException
The offset (in points) for ticks that fall along the axes.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
offsetPts - The offsetPts (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.