ArcObjects Library Reference (Carto)  

IMgrsGrid.InteriorTickLength Property

The length of the interior grid ticks.

[Visual Basic .NET]
Public Property InteriorTickLength As Double
[C#]
public double InteriorTickLength {get; set;}
[C++]
HRESULT get_InteriorTickLength(
  double* lengthPts
);
[C++]
HRESULT put_InteriorTickLength(
  double lengthPts
);
[C++]

Parameters

lengthPts [out, retval]   lengthPts is a parameter of type double lengthPts [in]   lengthPts is a parameter of type double

Product Availability

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

See Also

IMgrsGrid Interface