 | CIPImportDump Method |
Imports data from an IP instrument dump file.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ImportDump(
int ip_sys,
CDB db,
string dump_file
)
public void ImportDump(
int ip_sys,
CDB db,
string dump_file
)
Public Sub ImportDump (
ip_sys As Integer,
db As CDB,
dump_file As String
)
Public Sub ImportDump (
ip_sys As Integer,
db As CDB,
dump_file As String
)
public:
void ImportDump(
int ip_sys,
CDB^ db,
String^ dump_file
)
public:
void ImportDump(
int ip_sys,
CDB^ db,
String^ dump_file
)
member ImportDump :
ip_sys : int *
db : CDB *
dump_file : string -> unit
member ImportDump :
ip_sys : int *
db : CDB *
dump_file : string -> unit
Parameters
- ip_sys
- Type: SystemInt32
<define>IP_SYS</define> - db
- Type: GeoEngine.Core.GXNetXCDB
DB Handle - dump_file
- Type: SystemString
Dump file name
See Also