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