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


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

IMapGrid.SubTickCount Property

The number of subticks to draw between the major ticks.

[Visual Basic .NET]
Public Property SubTickCount As Short
[C#]
public short SubTickCount {get; set;}
[C++]
HRESULT get_SubTickCount(
  System.Int16* Count
);
[C++]
HRESULT put_SubTickCount(
  short Count
);
[C++]
Parameters
Count [out, retval]

Count is a parameter of type short* Count [in]
Count is a parameter of type short

Product Availability

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

Description

SubTickCount is the number of subticks that will be displayed between the TickLineSymbols. Or, if you optionally use an ICalibratedMapBorder it is the number of times the fill symbol of the calibrated border changes. To use subtick marks, use an ISimpleMapBorder.

See Also

IMapGrid Interface