This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGridAxisTicks Interface > IGridAxisTicks.AxisTickOffset Property (ArcObjects .NET 10.5 SDK) |
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(
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