ArcObjects Library Reference  (Carto)    

IMapCooker.ClearAll Method

Clears cache for all layers.

[Visual Basic 6.0]
Sub ClearAll
[Visual Basic .NET]
Public Sub ClearAll ( _
)
[C#]
public void ClearAll (
);
[Java]
public void clearAll (
)
throws
    IOException,
    AutomationException
[C++]
HRESULT ClearAll(
void
);

Product Availability

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

See Also

IMapCooker Interface