Click or drag to resize
CIPExportDataToUBC3D Method
Export of IP data to UBC 3D IP format.

Available since Oasis montaj version: 9.2
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 IP 3D inversion programmes.
Syntax
public void ExportDataToUBC3D(
	CDB oDB1,
	CLST oLST2,
	int i3,
	int i4,
	string str5,
	string str6,
	string str7,
	int i8,
	string str9,
	string str10
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
DB object
oLST2
Type: GeoEngine.Core.GXNetCLST
Lines to export (Name, Symbol)
i3
Type: SystemInt32
Locations only (0: No, 1: Yes)?
i4
Type: SystemInt32
Include Z values (0: No, 1: Yes)?
str5
Type: SystemString
IP channel name (can be "" if exporting locations only)
str6
Type: SystemString
Error channel name (can be "" if exporting locations only)
str7
Type: SystemString
Mask channel name (can be "")
i8
Type: SystemInt32
IPTYPE (1: Vp, 2: Chargeability)
str9
Type: SystemString
Comments (can be "")
str10
Type: SystemString
Output OBS file name
See Also