 | 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
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Sub ExportUBCRes2 (
db As CDB,
line As String,
voltage_chan As String,
current_chan As String,
error_chan As String,
obs As String,
topo As String
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Sub ExportUBCRes2 (
db As CDB,
line As String,
voltage_chan As String,
current_chan As String,
error_chan As String,
obs As String,
topo As String
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
void ExportUBCRes2(
CDB^ db,
String^ line,
String^ voltage_chan,
String^ current_chan,
String^ error_chan,
String^ obs,
String^ topo
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
void ExportUBCRes2(
CDB^ db,
String^ line,
String^ voltage_chan,
String^ current_chan,
String^ error_chan,
String^ obs,
String^ topo
)
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member ExportUBCRes2 :
db : CDB *
line : string *
voltage_chan : string *
current_chan : string *
error_chan : string *
obs : string *
topo : string -> unit
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member ExportUBCRes2 :
db : CDB *
line : string *
voltage_chan : string *
current_chan : string *
error_chan : string *
obs : string *
topo : string -> unit
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