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


IDynamicCacheLayerManager.Delete Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDynamicCacheLayerManager Interface > IDynamicCacheLayerManager.Delete Method
ArcGIS Developer Help

IDynamicCacheLayerManager.Delete Method

Delete the cache structure and tiles from the disk.

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

Product Availability

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

Remarks

If the dynamic display is active, the cache will be recreated once the delete method is called.

See Also

IDynamicCacheLayerManager Interface