com.esri.arcgis.output
Interface IOutputCleanup

All Superinterfaces:
Serializable
All Known Implementing Classes:
AIExporter, DibExporter, EmfExporter, EmfPrinter, JpegExporter, PDFExporter, PsExporter, PsPrinter, TiffExporter

public interface IOutputCleanup
extends Serializable

Superseded by IExport. Provides access to members that control the object's cleanup process (removing temporary files, memory release, etc.).

Product Availability

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


Method Summary
 void cleanup()
          Cleanup should clean all temporary files, free used memory, etc...
 

Method Detail

cleanup

void cleanup()
             throws IOException,
                    AutomationException
Cleanup should clean all temporary files, free used memory, etc...

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.