ArcObjects Library Reference  (Carto)    

IMapCooker.Clear Method

Clears cache for a given layer within a given extent.

[Visual Basic 6.0]
Sub Clear(
    ByVal pLayer As ILayer, _
    ByVal pExtent As IEnvelope _
)
[Visual Basic .NET]
Public Sub Clear ( _
    ByVal pLayer As ILayer, _
    ByVal pExtent As IEnvelope _
)
[C#]
public void Clear (
    ILayer pLayer,
    IEnvelope pExtent
);
[Java]
public void clear (
    ILayer pLayer,
    IEnvelope pExtent
)
throws
    IOException,
    AutomationException
[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