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