com.esri.arcgis.geoprocessing
Interface IGPLayersAndTablesDomain

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPLayersAndTablesDomain

public interface IGPLayersAndTablesDomain
extends Serializable

Provides access to the GpLayers and Tables domain.

Product Availability

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


Method Summary
 boolean isHideDELayer()
          Indicates whether or not to hide layers on disk.
 void setHideDELayer(boolean hide)
          Indicates whether or not to hide layers on disk.
 

Method Detail

setHideDELayer

void setHideDELayer(boolean hide)
                    throws IOException,
                           AutomationException
Indicates whether or not to hide layers on disk.

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.

isHideDELayer

boolean isHideDELayer()
                      throws IOException,
                             AutomationException
Indicates whether or not to hide layers on disk.

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.