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


ITemplate.Interval Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITemplate Interface > ITemplate.Interval Property
ArcGIS Developer Help

ITemplate.Interval Property

The interval.

[Visual Basic .NET]
Public Property Interval As Double
[C#]
public double Interval {get; set;}
[C++]
HRESULT get_Interval(
  System.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).

See Also

ITemplate Interface

.NET Samples

Dynamic biking