This document is archived and information here might be outdated.  Recommended version.


IGridAxisTicks.AxisTickOffset Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGridAxisTicks Interface > IGridAxisTicks.AxisTickOffset Property
ArcGIS Developer Help

IGridAxisTicks.AxisTickOffset Property

The offset (in points) for ticks that fall along the axes.

[Visual Basic .NET]
Public Property AxisTickOffset As Double
[C#]
public double AxisTickOffset {get; set;}
[C++]
HRESULT get_AxisTickOffset(
  System.Double* offsetPts
);
[C++]
HRESULT put_AxisTickOffset(
  double offsetPts
);
[C++]
Parameters
offsetPts [out, retval]

offsetPts is a parameter of type double* offsetPts [in]
offsetPts is a parameter of type double

Product Availability

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

See Also

IGridAxisTicks Interface