This document is archived and information here might be outdated. Recommended version. |
Updates cache within a given extent.
[Visual Basic .NET] Public Sub Update ( _ ByVal pImageServer As IImageServer, _ ByVal pExtent As IEnvelope, _ ByVal pLevels As ILongArray, _ ByVal UpdateMode As esriMapCacheUpdateMode, _ ByVal pTrackCancel As ITrackCancel _ )
[C#] public void Update ( IImageServer pImageServer, IEnvelope pExtent, ILongArray pLevels, esriMapCacheUpdateMode UpdateMode, ITrackCancel pTrackCancel );
[C++]
HRESULT Update(
IImageServer* pImageServer,
IEnvelope* pExtent,
ILongArray* pLevels,
esriMapCacheUpdateMode UpdateMode,
ITrackCancel* pTrackCancel
);
[C++]
Parameters pImageServer [in]
pImageServer is a parameter of type IImageServer* 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*