ArcObjects Library Reference (Carto)  

IGridHatch.HatchIntervalY Property

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

[Visual Basic .NET]
Public Property HatchIntervalY As Double
[C#]
public double HatchIntervalY {get; set;}
[C++]
HRESULT get_HatchIntervalY(
  double* Interval
);
[C++]
HRESULT put_HatchIntervalY(
  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