This document is archived and information here might be outdated. Recommended version. |
Returns recommended time interval to be used to animate this layer/ table.
[Visual Basic .NET]
Public Property TimeInterval As Double
[C#]
public double TimeInterval {get; set;}
[C++]
HRESULT get_TimeInterval(
double Interval
);
[C++]
HRESULT put_TimeInterval(
System.Double* Interval
);
[C++] Parameters Interval [in]
Interval is a parameter of type double Interval [out, retval]
Interval is a parameter of type double*
This property represents the time interval of the data used when rendering the layer. The time interval represents the minimum expected time between changes in the data. For example, when using weather imagery that is updated every 10 minutes, you would set the time interval to 10 minutes. When using census data that is recorded every year, the time interval would be set to 1 year. Note that this property is the value of the interval, and must be set along with the units for the time interval.