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


ITxDocEventHandler.RemoveAllTemporalLayers Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITxDocEventHandler.RemoveAllTemporalLayers Method

Remove all temporal layers from all maps within the application or map control.

[Visual Basic .NET]
Public Sub RemoveAllTemporalLayers ( _
)
[C#]
public void RemoveAllTemporalLayers (
);
[C++]
HRESULT RemoveAllTemporalLayers(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITxDocEventHandler Interface