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


IOutputContext.TrackCancel Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IOutputContext.TrackCancel Property

Drawing will react on Cancel of ITrackCancel is not NULL.

[Visual Basic .NET]
Public Property TrackCancel As ITrackCancel
[C#]
public ITrackCancel TrackCancel {get; set;}
[C++]
HRESULT get_TrackCancel(
  ITrackCancel** TrackCancel
);
[C++]
HRESULT put_TrackCancel(
  ITrackCancel* TrackCancel
);
[C++]

Parameters TrackCancel [out, retval]
TrackCancel is a parameter of type ITrackCancel TrackCancel [in]
TrackCancel is a parameter of type ITrackCancel

Product Availability

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

See Also

IOutputContext Interface