com.esri.arcgis.carto
Interface ITableEditResult

All Superinterfaces:
Serializable
All Known Implementing Classes:
TableEditResult

public interface ITableEditResult
extends Serializable

Product Availability

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


Method Summary
 IEditResults getAddResults()
          Results of Object Adds
 IEditResults getDeleteResults()
          Results of Object Deletes
 int getLayerOrTableID()
          Table ID.
 IEditResults getUpdateResults()
          Results of Object Updates
 

Method Detail

getAddResults

IEditResults getAddResults()
                           throws IOException,
                                  AutomationException
Results of Object Adds

Product Availability

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

Returns:
A reference to a com.esri.arcgis.carto.IEditResults
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDeleteResults

IEditResults getDeleteResults()
                              throws IOException,
                                     AutomationException
Results of Object Deletes

Product Availability

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

Returns:
A reference to a com.esri.arcgis.carto.IEditResults
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLayerOrTableID

int getLayerOrTableID()
                      throws IOException,
                             AutomationException
Table ID.

Product Availability

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

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

getUpdateResults

IEditResults getUpdateResults()
                              throws IOException,
                                     AutomationException
Results of Object Updates

Product Availability

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

Returns:
A reference to a com.esri.arcgis.carto.IEditResults
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.