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


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

IMapTimeDisplay.CurrentTimeExtent Property

The current time extent of the map.

[Visual Basic .NET]
Public Property CurrentTimeExtent As ITimeExtent
[C#]
public ITimeExtent CurrentTimeExtent {get; set;}
[C++]
HRESULT get_CurrentTimeExtent(
  ITimeExtent** TimeExtent
);
[C++]
HRESULT putref_CurrentTimeExtent(
  ITimeExtent* TimeExtent
);
[C++]
Parameters
TimeExtent [out, retval]

TimeExtent is a parameter of type ITimeExtent** TimeExtent [in]
TimeExtent is a parameter of type ITimeExtent*

Product Availability

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

See Also

IMapTimeDisplay Interface