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