ArcObjects Library Reference (Carto)  

IImageCooker.Update Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IImageCooker Interface