The interval.
[Visual Basic .NET] Public Property Interval As Double
[C#] public double Interval {get; set;}
[C++]
HRESULT get_Interval(
double* Interval
);
[C++]
HRESULT put_Interval(
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.
Description
Interval is the multiplier that determines the width of the marks and gaps in a pattern element. Each mark and gap value is multiplied by the Interval when the line symbol is drawn. The units that the marks and gaps are specified in are points (approx. 1/72 inch).