This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapGrid Interface > IMapGrid.TickLength Property (ArcObjects .NET 10.5 SDK) |
The length of the major ticks in points.
[Visual Basic .NET] Public Property TickLength As Double
[C#] public double TickLength {get; set;}
[C++]
HRESULT get_TickLength(
double* lengthPoints
);
[C++]
HRESULT put_TickLength(
double lengthPoints
);
[C++]
Parameters lengthPoints [out, retval] lengthPoints is a parameter of type double lengthPoints [in] lengthPoints is a parameter of type double
TickLength is the length of the line symbol in points (approx. 1/72 inch) that will be used to draw the major tick marks that are drawn just inside of or just outside of the Border.