This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxGDSConnection Interface > IGxGDSConnection.RestoreGeodatabase Method (ArcObjects .NET 10.4 SDK) |
Restores a backup to the specified Geodatabase.
[Visual Basic .NET] Public Sub RestoreGeodatabase ( _ ByVal gdbName As String, _ ByVal backupFileName As String, _ ByVal dbFileName As String _ )
[C#] public void RestoreGeodatabase ( string gdbName, string backupFileName, string dbFileName );