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

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
Imports a single ".I2X" file to a specified line. If the line does not exist, it will be created.
Syntax
public void ImportI2X(
	CDB oDB1,
	string str2,
	string str3,
	string str4,
	string str5,
	string str6,
	string str7,
	string str8,
	string str9,
	string str10,
	string str11,
	int i12
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database to import to
str2
Type: SystemString
Name of file to import
str3
Type: SystemString
Line to import to
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 "")
i12
Type: SystemInt32
See IP_I2XIMPMODEConstant
See Also