ArcObjects Library Reference (Geoprocessing)  

IMapCacheTileManager.Manage Method

Import cache.

[Visual Basic .NET]
Public Sub Manage ( _
    ByVal LayerName As String, _
    ByVal pLevels As ILongArray, _
    ByVal pGeometry As IGeometry, _
    ByVal Mode As esriMapCacheUpdateMode, _
    ByVal numThreads As Integer, _
    ByVal pTrackCancel As ITrackCancel, _
    ByVal pGPMessages As IGPMessages _
)
[C#]
public void Manage (
    string LayerName,
    ILongArray pLevels,
    IGeometry pGeometry,
    esriMapCacheUpdateMode Mode,
    int numThreads,
    ITrackCancel pTrackCancel,
    IGPMessages pGPMessages
);
[C++]
HRESULT Manage(
  BSTR LayerName,
  ILongArray* pLevels,
  IGeometry* pGeometry,
  esriMapCacheUpdateMode Mode,
  long numThreads,
  ITrackCancel* pTrackCancel,
  IGPMessages* pGPMessages
);
[C++]

Parameters

LayerName [in]   LayerName is a parameter of type BSTR pLevels [in]

  pLevels is a parameter of type ILongArray

pGeometry [in]

  pGeometry is a parameter of type IGeometry

Mode

  Mode is a parameter of type esriMapCacheUpdateMode

numThreads [in]   numThreads is a parameter of type long pTrackCancel [in]

  pTrackCancel is a parameter of type ITrackCancel

pGPMessages [in]

  pGPMessages is a parameter of type IGPMessages

Product Availability

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

See Also

IMapCacheTileManager Interface