This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRepairConnectivityProgressEvents Interface (ArcObjects .NET 10.4 SDK) |
Provides access to events that occur when the Repair Connectivity Tool is progressing through the features.
Description | ||
---|---|---|
IsCancelled | Indicates if the cancel button has been clicked. | |
MaxFeatures | The maximum number of features to repair. | |
PutMessage | The message displayed on the progress window. | |
Step | Increments the StepValue. | |
StepValue | The current position where the iterator currently is. |
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. |