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


IServerObjectAdmin8.GetGeodatabase Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Server)  

IServerObjectAdmin8.GetGeodatabase Method

Get Geodatabase.

[Visual Basic .NET]
Public Function GetGeodatabase ( _
    ByVal gdbName As String, _
    ByRef pUpdateID As String _
) As String
[C#]
public string GetGeodatabase (
    string gdbName,
    ref string pUpdateID
);
[C++]
HRESULT GetGeodatabase(
  BSTR gdbName,
  BSTR* pUpdateID,
  BSTR* pVal
);
[C++]

Parameters gdbName [in] gdbName is a parameter of type BSTR pUpdateID [out] pUpdateID is a parameter of type BSTR pVal [out, retval] pVal is a parameter of type BSTR

Product Availability

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

See Also

IServerObjectAdmin8 Interface