ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* Cancelled
);
[C++]

Parameters

Cancelled [out, retval]   Cancelled is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IDataStatistics Interface