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


IGxGDSConnection.AttachGeoDatabase Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxGDSConnection Interface > IGxGDSConnection.AttachGeoDatabase Method
ArcGIS Developer Help

IGxGDSConnection.AttachGeoDatabase Method

Attaches a Geodatabase.

[Visual Basic .NET]
Public Sub AttachGeoDatabase ( _
    ByVal gdbName As String, _
    ByVal gdbFileName As String _
)
[C#]
public void AttachGeoDatabase (
    string gdbName,
    string gdbFileName
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxGDSConnection Interface