ArcObjects Library Reference (Carto)  

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