 | CIP.ImportDump Method |
Imports data from an IP instrument dump file.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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: System.Int32
<define>IP_SYS</define> - db
- Type: GeoEngine.Core.GXNet.CDB
DB Handle - dump_file
- Type: System.String
Dump file name
See Also