ArcObjects Library Reference (Carto)  

IMapGrid.TickLength Property

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

Product Availability

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

Description

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.

See Also

IMapGrid Interface