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


IMapTimeDisplay.TimeExtentOption Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapTimeDisplay.TimeExtentOption Property

Indicates how the time extent of the map is defined.

[Visual Basic .NET]
Public Property TimeExtentOption As esriMapTimeExtentOption
[C#]
public esriMapTimeExtentOption TimeExtentOption {get; set;}
[C++]
HRESULT get_TimeExtentOption(
  esriMapTimeExtentOption* option
);
[C++]
HRESULT put_TimeExtentOption(
  esriMapTimeExtentOption option
);
[C++]

Parameters option [out, retval]
option is a parameter of type esriMapTimeExtentOption option [in]
option is a parameter of type esriMapTimeExtentOption

Product Availability

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

See Also

IMapTimeDisplay Interface