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


IOutputCleanup.Cleanup Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IO > IOutputCleanup Interface > IOutputCleanup.Cleanup Method
ArcGIS Developer Help

IOutputCleanup.Cleanup Method

Cleanup should clean all temporary files, free used memory, etc...

[Visual Basic .NET]
Public Sub Cleanup ( _
)
[C#]
public void Cleanup (
);
[C++]
HRESULT Cleanup(
void
);

Product Availability

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

See Also

IOutputCleanup Interface