com.esri.arcgis.output
Interface ITrackCancelSetup

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

public interface ITrackCancelSetup
extends Serializable

Provides access to members that set up the Track Cancel.

Product Availability

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


Method Summary
 void setTrackCancel(ITrackCancel rhs1)
          Reacts to a Cancel.
 

Method Detail

setTrackCancel

void setTrackCancel(ITrackCancel rhs1)
                    throws IOException,
                           AutomationException
Reacts to a Cancel.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
rhs1 - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.