 | CSYSRestoreGeoFile Method |
Backup a Geosoft data file and all associated files to original location
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void RestoreGeoFile(
CGXNETCore gxNetShared,
string target,
string original
)
public static void RestoreGeoFile(
CGXNETCore gxNetShared,
string target,
string original
)
Public Shared Sub RestoreGeoFile (
gxNetShared As CGXNETCore,
target As String,
original As String
)
Public Shared Sub RestoreGeoFile (
gxNetShared As CGXNETCore,
target As String,
original As String
)
public:
static void RestoreGeoFile(
CGXNETCore^ gxNetShared,
String^ target,
String^ original
)
public:
static void RestoreGeoFile(
CGXNETCore^ gxNetShared,
String^ target,
String^ original
)
static member RestoreGeoFile :
gxNetShared : CGXNETCore *
target : string *
original : string -> unit
static member RestoreGeoFile :
gxNetShared : CGXNETCore *
target : string *
original : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - target
- Type: SystemString
Backup File Name - original
- Type: SystemString
Original file name
Remarks
Grids are copied and the GI's are maintained - note that support
for non-geosoft grids is limited since this method does not
guarantee all grid files besides the main one are copied.
See Also