com.esri.arcgis.geoprocessing
Interface IGPStandaloneTableCollection

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

public interface IGPStandaloneTableCollection
extends java.io.Serializable

COM Interface 'IGPStandaloneTableCollection'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to GPCompositeLayer tables.' 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 IID42c4e289_f938_4ed9_8069_939785862176
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IArray getTables()
          Returns the standalone tables.
 void setTablesByRef(IArray ppTables)
          Returns the standalone tables.
 

Field Detail

IID42c4e289_f938_4ed9_8069_939785862176

static final int IID42c4e289_f938_4ed9_8069_939785862176
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

getTables

IArray getTables()
                 throws java.io.IOException,
                        AutomationException
Returns the standalone tables.

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

setTablesByRef

void setTablesByRef(IArray ppTables)
                    throws java.io.IOException,
                           AutomationException
Returns the standalone tables.

Parameters:
ppTables - A reference to a com.esri.arcgis.system.IArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.