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


IFeatureProgress.IsCancelled Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureProgress Interface > IFeatureProgress.IsCancelled Property
ArcGIS Developer Help

IFeatureProgress.IsCancelled Property

Indicates whether the cancel button is pressed. The data conversion will be cancelled if the user press the cancel button.

[Visual Basic .NET]
Public ReadOnly Property IsCancelled As Boolean
[C#]
public bool IsCancelled {get;}
[C++]
HRESULT get_IsCancelled(
  Boolean* pbIsCancelled
);
[C++]
Parameters
pbIsCancelled [out, retval]

pbIsCancelled is a parameter of type bool*

Product Availability

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

Remarks

The IsCancelled, property is fetched by the converter after every call to Step.

See Also

IFeatureProgress Interface