This document is archived and information here might be outdated.  Recommended version.


IRemoteDatabaseWorkspaceFactory.EditConnectionFile Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRemoteDatabaseWorkspaceFactory Interface > IRemoteDatabaseWorkspaceFactory.EditConnectionFile Method
ArcGIS Developer Help

IRemoteDatabaseWorkspaceFactory.EditConnectionFile Method

Edits the properties of a remote database workspace connection file.

[Visual Basic .NET]
Public Function EditConnectionFile ( _
    ByVal PathName As String, _
    ByVal hWnd As Integer _
) As IWorkspaceName
[C#]
public IWorkspaceName EditConnectionFile (
    string PathName,
    int hWnd
);
[C++]
HRESULT EditConnectionFile(
  BSTR PathName,
  OLE_HANDLE hWnd
);
[C++]
Parameters
PathName [in]

PathName is a parameter of type BSTR hWnd [in]
hWnd is a parameter of type OLE_HANDLE

Product Availability

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

See Also

IRemoteDatabaseWorkspaceFactory Interface