 | CSYSIBackupGeoFile Method (String, String) |
Backup a Geosoft data file and all associated files to a temporary folder.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void IBackupGeoFile(
string data,
ref string target
)
public static void IBackupGeoFile(
string data,
ref string target
)
Public Shared Sub IBackupGeoFile (
data As String,
ByRef target As String
)
Public Shared Sub IBackupGeoFile (
data As String,
ByRef target As String
)
public:
static void IBackupGeoFile(
String^ data,
String^% target
)
public:
static void IBackupGeoFile(
String^ data,
String^% target
)
static member IBackupGeoFile :
data : string *
target : string byref -> unit
static member IBackupGeoFile :
data : string *
target : string byref -> unit
Parameters
- data
- Type: SystemString
File Name - target
- Type: SystemString
Buffer to place the target name into
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