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


IDataStatistics.Cancelled Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDataStatistics Interface > IDataStatistics.Cancelled Property
ArcGIS Developer Help

IDataStatistics.Cancelled Property

Indicates if the operation has been cancelled.

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

Cancelled is a parameter of type bool*

Product Availability

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

See Also

IDataStatistics Interface