Updates cache for a given layer within a given extent.
[Visual Basic 6.0] Sub Update(
ByVal pMap As IMap, _
ByVal pLayer As ILayer, _
ByVal pDisplay As IDisplay, _
ByVal pExtent As IEnvelope, _
ByVal pLevels As ILongArray, _
ByVal updateMode As esriMapCacheUpdateMode, _
ByVal pTrackCancel As ITrackCancel _
)
[Visual Basic .NET] Public Sub Update ( _ ByVal pMap As IMap, _ ByVal pLayer As ILayer, _ ByVal pDisplay As IDisplay, _ ByVal pExtent As IEnvelope, _ ByVal pLevels As ILongArray, _ ByVal updateMode As esriMapCacheUpdateMode, _ ByVal pTrackCancel As ITrackCancel _ )
[C#] public void Update ( IMap pMap, ILayer pLayer, IDisplay pDisplay, IEnvelope pExtent, ILongArray pLevels, esriMapCacheUpdateMode updateMode, ITrackCancel pTrackCancel );
[Java] public void update ( IMap pMap, ILayer pLayer, IDisplay pDisplay, IEnvelope pExtent, ILongArray pLevels, esriMapCacheupdateMode updateMode, ITrackCancel pTrackCancel ) throws IOException, AutomationException
[C++] HRESULT Update( IMap* pMap, ILayer* pLayer, IDisplay* pDisplay, IEnvelope* pExtent, ILongArray* pLevels, esriMapCacheUpdateMode updateMode, ITrackCancel* pTrackCancel );
Parameters
pMap [in]
pMap is a parameter of type IMap
pLayer [in]
pLayer is a parameter of type ILayer
pDisplay [in]
pDisplay is a parameter of type IDisplay
pExtent [in]
pExtent is a parameter of type IEnvelope
pLevels [in]
pLevels is a parameter of type ILongArray
updateMode [in]
updateMode is a parameter of type esriMapCacheUpdateMode
pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel