Click or drag to resize

CIPImportIPRED Method

Imports data from the Geosoft IPRED format.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ImportIPRED(
	CDB db,
	string file,
	string chan
)

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
Remarks
This import produces a limited IP data set with no Current "I", Voltage "Vp" or Apparent Resistivity "ResApp" values.
See Also