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


IMapTimeDisplay.DefaultTimeWindow Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapTimeDisplay Interface > IMapTimeDisplay.DefaultTimeWindow Property
ArcGIS Developer Help

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