com.esri.arcgis.geodatabase
Interface IRemoteDatabaseWorkspaceFactory2

All Superinterfaces:
Serializable

public interface IRemoteDatabaseWorkspaceFactory2
extends Serializable

Provides access to members that manage remote geodatabase database connection information.

Product Availability

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


Method Summary
 IWorkspaceName editGeodatabaseConnectionProperties(String pathName, int hWnd)
          Edits the geodatabase connection properties of a remote database workspace connection file.
 

Method Detail

editGeodatabaseConnectionProperties

IWorkspaceName editGeodatabaseConnectionProperties(String pathName,
                                                   int hWnd)
                                                   throws IOException,
                                                          AutomationException
Edits the geodatabase connection properties of a remote database workspace connection file.

Product Availability

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

Parameters:
pathName - The pathName (in)
hWnd - The hWnd (A COM typedef) (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IWorkspaceName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.