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


IMapGrid.SubTickLength Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapGrid.SubTickLength Property

The length of the subticks in points.

[Visual Basic .NET]
Public Property SubTickLength As Double
[C#]
public double SubTickLength {get; set;}
[C++]
HRESULT get_SubTickLength(
  double* lengthPoints
);
[C++]
HRESULT put_SubTickLength(
  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

SubTickLength is the length of the subtick marks in points (approx. 1/72 inch).

See Also

IMapGrid Interface