com.esri.arcgis.datasourcesfile
Interface IInfoTableOnlyWorkspaceEdit

All Superinterfaces:
Serializable
All Known Implementing Classes:
IInfoTableOnlyWorkspaceEditProxy

public interface IInfoTableOnlyWorkspaceEdit
extends Serializable

Provides access to members that limit internal editing to standalone tables only.

Product Availability

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


Method Summary
 void startEditingTablesOnly(boolean withUndoRedo)
          Start editing standalone Info Tables only.
 

Method Detail

startEditingTablesOnly

void startEditingTablesOnly(boolean withUndoRedo)
                            throws IOException,
                                   AutomationException
Start editing standalone Info Tables only.

Product Availability

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

Parameters:
withUndoRedo - The withUndoRedo (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.