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


ICalibratedMapGridBorder.Interval Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICalibratedMapGridBorder Interface > ICalibratedMapGridBorder.Interval Property
ArcGIS Developer Help

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(
  System.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