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


IMeasuredGrid.YIntervalSize Property (ArcObjects .NET 10.4 SDK)
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

.NET Related Topics

How to create map grids