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


IFeatureCursorBuffer.CancelTrack Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureCursorBuffer Interface > IFeatureCursorBuffer.CancelTrack Property
ArcGIS Developer Help

IFeatureCursorBuffer.CancelTrack Property

TrackCancel used when buffering.

[Visual Basic .NET]
Public WriteOnly Property CancelTrack
[C#]
public void CancelTrack {set;}
[C++]
HRESULT putref_CancelTrack(
  ITrackCancel* 
);
[C++]
Parameters
 [in]

is a parameter of type ITrackCancel*

Product Availability

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

See Also

IFeatureCursorBuffer Interface