Click or drag to resize
CIPExportI2X Method
Export line(s) to an Interpex RESIX I2X format file.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Exports a line to an ".I2X" file.
Syntax
public void ExportI2X(
	CDB oDB1,
	string str2,
	string str3,
	string str4,
	string str5,
	string str6,
	string str7,
	string str8,
	string str9,
	string str10,
	string str11
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database to export from
str2
Type: SystemString
Name of the file
str3
Type: SystemString
Name of the line
str4
Type: SystemString
Resistivity (data) channel
str5
Type: SystemString
IP (data) channel (can be "")
str6
Type: SystemString
Image model resistivity channel (can be "")
str7
Type: SystemString
Image model IP channel (can be "")
str8
Type: SystemString
Image model synthetic resistivity channel (can be "")
str9
Type: SystemString
Image model synthetic IP channel (can be "")
str10
Type: SystemString
Resistivity (polygon) channel (can be "")
str11
Type: SystemString
IP (polygon) channel (can be "")
See Also