This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICalibratedMapGridBorder Interface > ICalibratedMapGridBorder.Interval Property (ArcObjects .NET 10.5 SDK) |
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