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


IMapCooker3.CleanUPState Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IMapCooker3.CleanUPState Method

Cleans up the state of current caching job.

[Visual Basic .NET]
Public Sub CleanUPState ( _
    ByVal pMapOrMapServerInfo As Object, _
    ByVal pLayerOrMapLayerInfo As Object, _
    ByVal pGeometry As IGeometry, _
    ByVal pLevels As ILongArray, _
    ByVal pTrackCancel As ITrackCancel _
)
[C#]
public void CleanUPState (
    object pMapOrMapServerInfo,
    object pLayerOrMapLayerInfo,
    IGeometry pGeometry,
    ILongArray pLevels,
    ITrackCancel pTrackCancel
);
[C++]
HRESULT CleanUPState(
  LPUNKNOWN pMapOrMapServerInfo,
  LPUNKNOWN pLayerOrMapLayerInfo,
  IGeometry* pGeometry,
  ILongArray* pLevels,
  ITrackCancel* pTrackCancel
);
[C++]

Parameters pMapOrMapServerInfo [in]
pMapOrMapServerInfo is a parameter of type IUnknown pLayerOrMapLayerInfo [in]
pLayerOrMapLayerInfo is a parameter of type IUnknown pGeometry [in]
pGeometry is a parameter of type IGeometry* pLevels [in]
pLevels is a parameter of type ILongArray* pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel*

Product Availability

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

See Also

IMapCooker3 Interface