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


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

IMapTimeDisplay.FullTimeExtent Property

Returns the full time extent of the time-enabled layers in the map.

[Visual Basic .NET]
Public Property FullTimeExtent As ITimeExtent
[C#]
public ITimeExtent FullTimeExtent {get; set;}
[C++]
HRESULT get_FullTimeExtent(
  ITimeExtent** TimeExtent
);
[C++]
HRESULT putref_FullTimeExtent(
  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