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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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 db,
	string file,
	string chan
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
Database to import to
file
Type: SystemString
File to import from
chan
Type: SystemString
Channel to import
See Also