Click or drag to resize
CIPImportDump Method
Imports data from an IP instrument dump file.

Available since Oasis montaj version: 5.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public void ImportDump(
	int ip_sys,
	CDB db,
	string dump_file
)

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