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


IMgrsGrid.InteriorTickLength Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMgrsGrid Interface > IMgrsGrid.InteriorTickLength Property
ArcGIS Developer Help

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