Click or drag to resize
CIPExportIPRED Method
Exports pseudo-section in the Geosoft IPRED format.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The Fraser Filter weights apply to each N expansion above, and are listed as w1,w2,w3,... Unspecified values beyond the list's end are set to 1.0.
Syntax
public void ExportIPRED(
	CDB oDB1,
	string str2,
	string str3,
	string str4,
	int i5,
	string str6,
	double d7,
	double d8,
	int i9
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database to export from
str2
Type: SystemString
Title for first line of file
str3
Type: SystemString
Channel to process
str4
Type: SystemString
File suffix (type)
i5
Type: SystemInt32
See IP_FILTERConstant
str6
Type: SystemString
The Fraser Filter weights
d7
Type: SystemDouble
First Station position (rDUMMY for default)
d8
Type: SystemDouble
Last Station position (rDUMMY for default)
i9
Type: SystemInt32
Maximum n spacing
See Also