This document is archived and information here might be outdated.  Recommended version.


IMapCooker.Update Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapCooker.Update Method

Updates cache for a given layer within a given extent.

[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
);
[C++]
HRESULT Update(
  IMap* pMap,
  ILayer* pLayer,
  IDisplay* pDisplay,
  IEnvelope* pExtent,
  ILongArray* pLevels,
  esriMapCacheUpdateMode UpdateMode,
  ITrackCancel* pTrackCancel
);
[C++]

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

Product Availability

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

See Also

IMapCooker Interface