Click or drag to resize
CIPImportIPRED Method
Imports data from the Geosoft IPRED format.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
This import produces a limited IP data set with no Current "I", Voltage "Vp" or Apparent Resistivity "ResApp" values.
Syntax
public void ImportIPRED(
	CDB oDB1,
	string str2,
	string str3
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database to import to
str2
Type: SystemString
File to import from
str3
Type: SystemString
Channel to import
See Also