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


IMeasuredGrid.XIntervalSize Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMeasuredGrid.XIntervalSize Property

The interval between grid lines along the X axis.

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