This document is archived and information here might be outdated. Recommended version. |
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*