Deletes cache for a given layer within a given extent.
[Visual Basic .NET] Public Sub DeleteByExtent ( _ ByVal pMap As IMap, _ ByVal pLayer As ILayer, _ ByVal pExtent As IEnvelope, _ ByVal pLevels As ILongArray, _ ByVal pTrackCancel As ITrackCancel _ )
[C#] public void DeleteByExtent ( IMap pMap, ILayer pLayer, IEnvelope pExtent, ILongArray pLevels, ITrackCancel pTrackCancel );
[C++]
HRESULT DeleteByExtent(
IMap* pMap,
ILayer* pLayer,
IEnvelope* pExtent,
ILongArray* pLevels,
ITrackCancel* pTrackCancel
);
[C++]Parameters
pMap [in]pMap is a parameter of type IMap
pLayer [in]pLayer is a parameter of type ILayer
pExtent [in]pExtent is a parameter of type IEnvelope
pLevels [in]pLevels is a parameter of type ILongArray
pTrackCancel [in]pTrackCancel is a parameter of type ITrackCancel
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.