com.esri.arcgis.geoprocessing
Interface IGPTablesDomain

All Superinterfaces:
Serializable
All Known Subinterfaces:
IGPTablesDomain2
All Known Implementing Classes:
GPTablesDomain

public interface IGPTablesDomain
extends Serializable

Provides access to the Tables domain.

Product Availability

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


Method Summary
 boolean isHideJoinedLayers()
          Indicates whether or not to hide joined layers.
 void setHideJoinedLayers(boolean hide)
          Indicates whether or not to hide joined layers.
 

Method Detail

setHideJoinedLayers

void setHideJoinedLayers(boolean hide)
                         throws IOException,
                                AutomationException
Indicates whether or not to hide joined layers.

Product Availability

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

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

isHideJoinedLayers

boolean isHideJoinedLayers()
                           throws IOException,
                                  AutomationException
Indicates whether or not to hide joined layers.

Product Availability

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

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