ArcObjects Library Reference (Carto)  

IMeasuredGrid.YIntervalSize Property

The interval between grid lines along the Y axis.

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

IMeasuredGrid Interface