This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapCooker3 Interface > IMapCooker3.CleanUPState Method (ArcObjects .NET 10.4 SDK) |
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 LPUNKNOWN pLayerOrMapLayerInfo [in] pLayerOrMapLayerInfo is a parameter of type LPUNKNOWN 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