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


IMapCooker.Clear Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapCooker.Clear Method

Clears cache for a given layer within a given extent.

[Visual Basic .NET]
Public Sub Clear ( _
    ByVal pLayer As ILayer, _
    ByVal pExtent As IEnvelope _
)
[C#]
public void Clear (
    ILayer pLayer,
    IEnvelope pExtent
);
[C++]
HRESULT Clear(
  ILayer* pLayer,
  IEnvelope* pExtent
);
[C++]

Parameters pLayer [in]
pLayer is a parameter of type ILayer pExtent
pExtent is a parameter of type IEnvelope

Product Availability

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

See Also

IMapCooker Interface