com.esri.arcgis.geoprocessing
Interface IGPStandaloneTableCollection

All Superinterfaces:
Serializable
All Known Implementing Classes:
IGPStandaloneTableCollectionProxy

public interface IGPStandaloneTableCollection
extends Serializable

Provides access to GPCompositeLayer tables.

Description

This interface is new at ArcGIS 9.3.

Product Availability

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


Method Summary
 IArray getTables()
          Returns the standalone tables.
 void setTablesByRef(IArray ppTables)
          Returns the standalone tables.
 

Method Detail

getTables

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

Product Availability

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

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

setTablesByRef

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

Product Availability

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

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