com.esri.arcgis.geoprocessing
Interface IGPLayersAndTablesDomain

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPLayersAndTablesDomain, IGPLayersAndTablesDomainProxy

public interface IGPLayersAndTablesDomain
extends java.io.Serializable

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

Description: 'Provides access to the GpLayers and Tables domain.' 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 IIDa875e6f9_613d_4e85_9f7a_6b9422f5b062
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDa875e6f9_613d_4e85_9f7a_6b9422f5b062

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

setHideDELayer

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

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

isHideDELayer

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

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