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.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Outputs a *.DAT" file of the survey data for use in the UBC 2D inversion programme IPINV2D. Include error channel output and version-specific formatting.
Syntax
public void ExportUBCIP3(
	CDB oDB1,
	string str2,
	string str3,
	string str4,
	string str5,
	string str6,
	double d7
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
DB object
str2
Type: SystemString
Output line name
str3
Type: SystemString
Output IP channel name
str4
Type: SystemString
Output error channel name ("" for none)
str5
Type: SystemString
Output OBS file name
str6
Type: SystemString
Output TOPO file name
d7
Type: SystemDouble
version number (3 or 5)
See Also