Click or drag to resize
CIPExportIPREDDir Method
Exports pseudo-section in the Geosoft IPRED format in the specified directory

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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 ExportIPREDDir(
	CDB db,
	string title,
	string chan,
	string suffix,
	int filter,
	string wts,
	double stn1,
	double stn2,
	int max_n,
	string dir
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
Database to export from
title
Type: SystemString
Title for first line of file
chan
Type: SystemString
Channel to process
suffix
Type: SystemString
File suffix (type)
filter
Type: SystemInt32
<define>IP_FILTER</define>
wts
Type: SystemString
The Fraser Filter weights
stn1
Type: SystemDouble
First Station position (<define>rDUMMY</define> for default)
stn2
Type: SystemDouble
Last Station position (<define>rDUMMY</define> for default)
max_n
Type: SystemInt32
Maximum n spacing
dir
Type: SystemString
Directory to export to
See Also