com.esri.arcgis.catalog
Interface IGxRemoteDatabaseFolder

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxRemoteDatabaseFolder

public interface IGxRemoteDatabaseFolder
extends Serializable

Provides access to members that defines the remote databases folder.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 String getPath()
          The value of the Path property.
 void setPath(String path)
          The value of the Path property.
 

Method Detail

getPath

String getPath()
               throws IOException,
                      AutomationException
The value of the Path property.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

setPath

void setPath(String path)
             throws IOException,
                    AutomationException
The value of the Path property.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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