This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapTimeDisplay Interface > IMapTimeDisplay.DefaultTimeWindow Property (ArcObjects .NET 10.5 SDK) |
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