This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageCooker Interface > IImageCooker.Clear Method (ArcObjects .NET 10.5 SDK) |
Clears cache tiles with a given extent.
[Visual Basic .NET] Public Sub Clear ( _ ByVal pExtent As IEnvelope, _ ByVal pTrackCancel As ITrackCancel _ )
[C#] public void Clear ( IEnvelope pExtent, ITrackCancel pTrackCancel );
[C++]
HRESULT Clear(
IEnvelope* pExtent,
ITrackCancel* pTrackCancel
);
[C++]
Parameters pExtent [in]
pExtent is a parameter of type IEnvelope pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel