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


IMapTimeDisplay.TimeExtentOption 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.TimeExtentOption Property
ArcGIS Developer Help

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