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


IGridHatch.HatchIntervalX Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGridHatch Interface > IGridHatch.HatchIntervalX Property
ArcGIS Developer Help

IGridHatch.HatchIntervalX Property

The interval (in grid units) along the X axis for the grid hatches.

[Visual Basic .NET]
Public Property HatchIntervalX As Double
[C#]
public double HatchIntervalX {get; set;}
[C++]
HRESULT get_HatchIntervalX(
  System.Double* Interval
);
[C++]
HRESULT put_HatchIntervalX(
  double Interval
);
[C++]
Parameters
Interval [out, retval]

Interval is a parameter of type double* Interval [in]
Interval is a parameter of type double

Product Availability

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

See Also

IGridHatch Interface