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


IMapCookerX.ClearX Method (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

IMapCookerX.ClearX Method

Clears cache for a given layer within a given extent.

[Visual Basic .NET]
Public Sub ClearX ( _
    ByVal pMapLayerInfo As IMapLayerInfo, _
    ByVal pExtent As IEnvelope _
)
[C#]
public void ClearX (
    IMapLayerInfo pMapLayerInfo,
    IEnvelope pExtent
);
[C++]
HRESULT ClearX(
  IMapLayerInfo* pMapLayerInfo,
  IEnvelope* pExtent
);
[C++]
Parameters
pMapLayerInfo [in]

pMapLayerInfo is a parameter of type IMapLayerInfo* pExtent
pExtent is a parameter of type IEnvelope*

Product Availability

No record for CartoX in Libraries found

See Also

IMapCookerX Interface