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 | ||
---|---|---|
![]() |
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 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. |