Click or drag to resize
CIPExportUBCIP3 Method
Export of IP data to UBC format.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Outputs a *.DAT file of the survey data for use in the UBC 2D inversion program IPINV2D. Include error channel output and version-specific formatting.
Syntax
public void ExportUBCIP3(
	CDB db,
	string line,
	string chan,
	string error_chan,
	string obs,
	string topo,
	double version
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
DB object
line
Type: SystemString
Output line name
chan
Type: SystemString
Output IP channel name
error_chan
Type: SystemString
Output error channel name ("" for none)
obs
Type: SystemString
Output OBS file name
topo
Type: SystemString
Output TOPO file name
version
Type: SystemDouble
Version number (3 or 5)
See Also