Click or drag to resize
CIPExportI2X Method
Export line(s) to an Interpex RESIX I2X format 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)
Notes
Exports a line to an ".I2X" file.
Syntax
public void ExportI2X(
	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
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
Database to export from
file
Type: SystemString
Name of the file
line
Type: SystemString
Name of the line
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 "")
See Also