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


ITimeDataDisplay.TimeInterval Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITimeDataDisplay Interface > ITimeDataDisplay.TimeInterval Property
ArcGIS Developer Help

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(
  System.Double* Interval
);
[C++]
Parameters
Interval [in]

Interval is a parameter of type double Interval [out, retval]
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