This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapGrid Interface > IMapGrid.SubTickLength Property (ArcObjects .NET 10.5 SDK) |
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
SubTickLength is the length of the subtick marks in points (approx. 1/72 inch).