Deletes cache for a given layer within a given extent.
[Visual Basic 6.0] Sub DeleteByExtent(
ByVal pMap As IMap, _
ByVal pLayer As ILayer, _
ByVal pExtent As IEnvelope, _
ByVal pLevels As ILongArray, _
ByVal pTrackCancel As ITrackCancel _
)
[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 );
[Java] public void deleteByExtent ( IMap pMap, ILayer pLayer, IEnvelope pExtent, ILongArray pLevels, ITrackCancel pTrackCancel ) throws IOException, AutomationException
[C++] HRESULT DeleteByExtent( IMap* pMap, ILayer* pLayer, IEnvelope* pExtent, ILongArray* pLevels, ITrackCancel* pTrackCancel );
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