Click or drag to resize
CIPImportI2X Method
Imports an Interpex RESIX I2X format file to a line.

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)
Notes
Imports a single ".I2X" file to a specified line. If the line does not exist, it will be created.
Syntax
public void ImportI2X(
	CDB db,
	string file,
	string line,
	string res_data,
	string ip_data,
	string res_model,
	string ip_model,
	string res_synth,
	string ip_synth,
	string res_poly,
	string ip_poly,
	int mode
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
Database to import to
file
Type: SystemString
Name of file to import
line
Type: SystemString
Line to import to
res_data
Type: SystemString
Resistivity (data) channel
ip_data
Type: SystemString
IP (data) channel (can be "")
res_model
Type: SystemString
Image model resistivity channel (can be "")
ip_model
Type: SystemString
Image model IP channel (can be "")
res_synth
Type: SystemString
Image model synthetic resistivity channel (can be "")
ip_synth
Type: SystemString
Image model synthetic IP channel (can be "")
res_poly
Type: SystemString
Resistivity (polygon) channel (can be "")
ip_poly
Type: SystemString
IP (polygon) channel (can be "")
mode
Type: SystemInt32
<define>IP_I2XIMPMODE</define>
See Also