This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITemplate Interface > ITemplate.Interval Property (ArcObjects .NET 10.4 SDK) |
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