com.esri.arcgis.datasourcesfile
Interface IInfoTableOnlyWorkspaceEdit

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IInfoTableOnlyWorkspaceEditProxy

public interface IInfoTableOnlyWorkspaceEdit
extends java.io.Serializable

COM Interface 'IInfoTableOnlyWorkspaceEdit'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesFile.olb'

Description: 'Provides access to members that limit internal editing to standalone tables only.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID215b5973_795c_499f_b3ff_798c1cd4dbe6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void startEditingTablesOnly(boolean withUndoRedo)
          Start editing standalone Info Tables only.
 

Field Detail

IID215b5973_795c_499f_b3ff_798c1cd4dbe6

static final int IID215b5973_795c_499f_b3ff_798c1cd4dbe6
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

startEditingTablesOnly

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

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