ArcObjects Library Reference (Carto)  

ITimeDataDisplay.TimeInterval Property

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(
  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

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.

See Also

ITimeDataDisplay Interface