This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRemoteDatabaseWorkspaceFactory2 Interface > IRemoteDatabaseWorkspaceFactory2.EditGeodatabaseConnectionProperties Method (ArcObjects .NET 10.4 SDK) |
Edits the geodatabase connection properties of a remote database workspace connection file.
[Visual Basic .NET] Public Function EditGeodatabaseConnectionProperties ( _ ByVal PathName As String, _ ByVal hWnd As Integer _ ) As IWorkspaceName
[C#] public IWorkspaceName EditGeodatabaseConnectionProperties ( string PathName, int hWnd );
[C++]
HRESULT EditGeodatabaseConnectionProperties(
BSTR PathName,
long hWnd,
IWorkspaceName** WorkspaceName
);
[C++]
Parameters PathName [in] PathName is a parameter of type BSTR hWnd [in] hWnd is a parameter of type long WorkspaceName [out, retval]
WorkspaceName is a parameter of type IWorkspaceName