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


IMapGrid.TickLength Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapGrid Interface > IMapGrid.TickLength Property
ArcGIS Developer Help

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(
  System.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