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.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Outputs a *.DAT file of the survey data for use in the UBC IP 3D inversion programs.
Syntax
public void ExportDataToUBC3D(
	CDB db,
	CLST line_lst,
	int locations_only,
	int include_z,
	string chan,
	string error_chan,
	string mask_chan,
	int ip_type,
	string comments,
	string obs
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
DB object
line_lst
Type: GeoEngine.Core.GXNetXCLST
Lines to export (Name, Symbol)
locations_only
Type: SystemInt32
Locations only (0: No, 1: Yes)?
include_z
Type: SystemInt32
Include Z values (0: No, 1: Yes)?
chan
Type: SystemString
IP channel name (can be "" if exporting locations only)
error_chan
Type: SystemString
Error channel name (can be "" if exporting locations only)
mask_chan
Type: SystemString
Mask channel name (can be "")
ip_type
Type: SystemInt32
IPTYPE (1: Vp, 2: Chargeability)
comments
Type: SystemString
Comments (can be "")
obs
Type: SystemString
Output OBS file name
See Also