com.esri.arcgis.geodatabase
Interface IRepairConnectivityProgress

All Superinterfaces:
Serializable
All Known Implementing Classes:
RepairConnectivityProgress

public interface IRepairConnectivityProgress
extends Serializable

Provides access to members that return the warnings found while repairing connectivity.

Product Availability

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


Method Summary
 Object getWarnings()
          An array of strings that display errors found while repairing connectivity.
 

Method Detail

getWarnings

Object getWarnings()
                   throws IOException,
                          AutomationException
An array of strings that display errors found while repairing connectivity.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
A Variant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.