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


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

IMapServerTimeInfo.DefaultTimeInterval Property

The recommended default time interval to be used to animate the layer/table in the service.

[Visual Basic .NET]
Public ReadOnly Property DefaultTimeInterval As Double
[C#]
public double DefaultTimeInterval {get;}
[C++]
HRESULT get_DefaultTimeInterval(
  double* Interval
);
[C++]

Parameters Interval [out, retval] Interval is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMapServerTimeInfo Interface