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


IMapGrid.SubTickLength 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.SubTickLength Property
ArcGIS Developer Help

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