Click or drag to resize
CIPImportI2XEx Method
Same as ImportI2X_IP, with Zonge data imported as well.

Available since Oasis montaj version: 6.1.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 ImportI2XEx(
	CDB oDB1,
	string str2,
	string str3,
	string str4,
	string str5,
	string str6,
	string str7,
	string str8,
	string str9,
	string str10,
	string str11,
	string str12,
	string str13,
	int i14
)

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 "")
str12
Type: SystemString
Zonge Resistivity channel (can be "")
str13
Type: SystemString
Zonge IP channel (can be "")
i14
Type: SystemInt32
See IP_I2XIMPMODEConstant
See Also