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


IMapTimeDisplay.DefaultTimeInterval Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapTimeDisplay.DefaultTimeInterval Property

The time interval to be used by the time slider to animate the map.

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

See Also

IMapTimeDisplay Interface