com.esri.arcgis.catalog
Interface IGxFolderAdmin

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GxDiskConnection, GxFolder, GxWorkspaceFolder, IGxFolderAdminProxy

public interface IGxFolderAdmin
extends java.io.Serializable

COM Interface 'IGxFolderAdmin'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'

Description: 'Provides access to members that help find child GX folder.' 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 IIDc3670290_3ceb_4438_8d81_644be88e9249
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGxObject findChildFolder(java.lang.String name)
          Find a child folder.
 

Field Detail

IIDc3670290_3ceb_4438_8d81_644be88e9249

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

findChildFolder

IGxObject findChildFolder(java.lang.String name)
                          throws java.io.IOException,
                                 AutomationException
Find a child folder.

Parameters:
name - The name (in)
Returns:
A reference to a com.esri.arcgis.catalog.IGxObject
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.