This document is archived and information here might be outdated. Recommended version. |
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