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


IExport.TrackCancel Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Output)  

IExport.TrackCancel Property

Export will react on Cancel if TrackCancel is not NULL.

[Visual Basic .NET]
Public WriteOnly Property TrackCancel
[C#]
public void TrackCancel {set;}
[C++]
HRESULT putref_TrackCancel(
  ITrackCancel* 
);
[C++]

Parameters [in]
is a parameter of type ITrackCancel

Product Availability

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

See Also

IExport Interface