com.esri.arcgis.geoprocessing
Interface IGPTablesDomain2

All Superinterfaces:
IGPTablesDomain, Serializable
All Known Implementing Classes:
GPTablesDomain

public interface IGPTablesDomain2
extends IGPTablesDomain, Serializable

Provides access to the Tables domain.

Product Availability

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


Method Summary
 boolean isShowOnlyStandaloneTables()
          Indicates whether or not to show only standalone tables.
 void setShowOnlyStandaloneTables(boolean bShowOnlyStandaloneTables)
          Indicates whether or not to show only standalone tables.
 
Methods inherited from interface com.esri.arcgis.geoprocessing.IGPTablesDomain
isHideJoinedLayers, setHideJoinedLayers
 

Method Detail

setShowOnlyStandaloneTables

void setShowOnlyStandaloneTables(boolean bShowOnlyStandaloneTables)
                                 throws IOException,
                                        AutomationException
Indicates whether or not to show only standalone tables.

Product Availability

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

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

isShowOnlyStandaloneTables

boolean isShowOnlyStandaloneTables()
                                   throws IOException,
                                          AutomationException
Indicates whether or not to show only standalone tables.

Product Availability

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

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