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


IMapTimeDisplay.ComputeFullTimeExtent Method (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.ComputeFullTimeExtent Method
ArcGIS Developer Help

IMapTimeDisplay.ComputeFullTimeExtent Method

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

[Visual Basic .NET]
Public Function ComputeFullTimeExtent ( _
) As ITimeExtent
[C#]
public ITimeExtent ComputeFullTimeExtent (
);
[C++]
HRESULT ComputeFullTimeExtent(
void
);

Product Availability

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

See Also

IMapTimeDisplay Interface