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


IRasterBuilderInit.TrackCancel Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterBuilderInit.TrackCancel Property

The cancel tracker associated with this operation.

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

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

Product Availability

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

See Also

IRasterBuilderInit Interface