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


ICalibratedMapGridBorder.Interval Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ICalibratedMapGridBorder.Interval Property

The interval between border patterns in points.

[Visual Basic .NET]
Public Property Interval As Double
[C#]
public double Interval {get; set;}
[C++]
HRESULT get_Interval(
  double* intervalPts
);
[C++]
HRESULT put_Interval(
  double intervalPts
);
[C++]

Parameters intervalPts [out, retval] intervalPts is a parameter of type double intervalPts [in] intervalPts is a parameter of type double

Product Availability

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

See Also

ICalibratedMapGridBorder Interface

.NET Related Topics

How to create map grids