Click or drag to resize

CIPExportUBCRes2 Method

Note: This API is now obsolete.

Same as ExportUBCRes_IP, with error channel output.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since unknown, ")]
public void ExportUBCRes2(
	CDB db,
	string line,
	string voltage_chan,
	string current_chan,
	string error_chan,
	string obs,
	string topo
)

[ObsoleteAttribute("Deprecated since unknown, ")]
public void ExportUBCRes2(
	CDB db,
	string line,
	string voltage_chan,
	string current_chan,
	string error_chan,
	string obs,
	string topo
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
DB object
line
Type: SystemString
Output line name
voltage_chan
Type: SystemString
Output voltage channel name
current_chan
Type: SystemString
Output current 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
Remarks
Outputs a *.DAT file of the survey data for use in the UBC 2D inversion program DCINV2D. Voltage and current channels should be in units such that V/I gives volts/amp (or mV/mA).
See Also