com.esri.arcgis.output
Interface IOutputCleanup

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

public interface IOutputCleanup
extends java.io.Serializable

COM Interface 'IOutputCleanup'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriOutput.olb'

Description: 'Superseded by IExport. Provides access to members that control the object's cleanup process (removing temporary files, memory release, etc.).' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID2b8765ec_8808_474c_8fd3_869d08df20f6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void cleanup()
          Cleanup should clean all temporary files, free used memory, etc...
 

Field Detail

IID2b8765ec_8808_474c_8fd3_869d08df20f6

static final int IID2b8765ec_8808_474c_8fd3_869d08df20f6
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

cleanup

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

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