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


IImageCooker.UpdateByGeometry Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IImageCooker.UpdateByGeometry Method

Updates cache within an area of interest defined by a given geometry.

[Visual Basic .NET]
Public Sub UpdateByGeometry ( _
    ByVal pImageServer As IImageServer, _
    ByVal pGeometry As IGeometry, _
    ByVal pLevels As ILongArray, _
    ByVal UpdateMode As esriMapCacheUpdateMode, _
    ByVal pTrackCancel As ITrackCancel _
)
[C#]
public void UpdateByGeometry (
    IImageServer pImageServer,
    IGeometry pGeometry,
    ILongArray pLevels,
    esriMapCacheUpdateMode UpdateMode,
    ITrackCancel pTrackCancel
);
[C++]
HRESULT UpdateByGeometry(
  IImageServer* pImageServer,
  IGeometry* pGeometry,
  ILongArray* pLevels,
  esriMapCacheUpdateMode UpdateMode,
  ITrackCancel* pTrackCancel
);
[C++]

Parameters pImageServer [in]
pImageServer is a parameter of type IImageServer* pGeometry [in]
pGeometry is a parameter of type IGeometry* 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