ArcObjects Library Reference (GeoDatabase)  

IRepairConnectivityProgressEvents Interface

Provides access to events that occur when the Repair Connectivity Tool is progressing through the features.

Product Availability

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

Members

Description
Event IsCancelled Indicates if the cancel button has been clicked.
Event MaxFeatures The maximum number of features to repair.
Event PutMessage The message displayed on the progress window.
Event Step Increments the StepValue.
Event StepValue The current position where the iterator currently is.

CoClasses that implement IRepairConnectivityProgressEvents

CoClasses and Classes Description
RepairConnectivityProgress An object for showing progress while repairing connectivity.
RepairConnectivityProgressEventsListener (esriSystemUtility) Helper coclass to provide IRepairConnectivityProgressEvents support to the C++ API.