Click or drag to resize
CIPImportIPDATA2 Method
Imports data in the Geosoft IPDATA format - up to two arrays.

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
The second channel may be specified for frequency domain data sets with two array channels; e.g. amplitude and phase, or real and imaginary parts. If the second channel is specified, and no time or frequncy information is specified in the header (using the T= or F= fields) then the import is assumed to be frequency domain.
Syntax
public void ImportIPDATA2(
	CDB oDB1,
	string str2,
	string str3,
	string str4
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database to import to
str2
Type: SystemString
IPDATA file name
str3
Type: SystemString
Channel to import to (default is "IP")
str4
Type: SystemString
(optional) Second channel to import to
See Also