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


IRepairConnectivityProgressEvents Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRepairConnectivityProgressEvents Interface (ArcObjects .NET 10.6 SDK)
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

Name Description
Method IsCancelled Indicates if the cancel button has been clicked.
Method MaxFeatures The maximum number of features to repair.
Method PutMessage The message displayed on the progress window.
Method Step Increments the StepValue.
Method 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.