com.esri.arcgis.catalog
Interface IGxFolderAdmin
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- GxDiskConnection, GxFolder, GxWorkspaceFolder
public interface IGxFolderAdmin
- extends Serializable
Provides access to members that help find child GX folder.
Product Availability
Available with ArcGIS Desktop.
findChildFolder
IGxObject findChildFolder(String name)
throws IOException,
AutomationException
- Find a child folder.
Product Availability
Available with ArcGIS Desktop.
Supported Platforms
Windows
- Parameters:
name
- The name (in)
- Returns:
- A reference to a com.esri.arcgis.catalog.IGxObject
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.