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


IMapTimeDisplay.DefaultTimeWindow Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapTimeDisplay.DefaultTimeWindow Property

The time window used to display the data in the map.

[Visual Basic .NET]
Public Property DefaultTimeWindow As Double
[C#]
public double DefaultTimeWindow {get; set;}
[C++]
HRESULT get_DefaultTimeWindow(
  double* duration
);
[C++]
HRESULT put_DefaultTimeWindow(
  double duration
);
[C++]

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

Product Availability

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

See Also

IMapTimeDisplay Interface