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


IMapCooker.Clear Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapCooker Interface > IMapCooker.Clear Method
ArcGIS Developer Help

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