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


IMapCooker3.CleanUPState Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapCooker3 Interface > IMapCooker3.CleanUPState Method
ArcGIS Developer Help

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