 | CIPExportUBCIP3 Method |
Export of IP data to UBC format.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ExportUBCIP3(
CDB db,
string line,
string chan,
string error_chan,
string obs,
string topo,
double version
)
public void ExportUBCIP3(
CDB db,
string line,
string chan,
string error_chan,
string obs,
string topo,
double version
)
Public Sub ExportUBCIP3 (
db As CDB,
line As String,
chan As String,
error_chan As String,
obs As String,
topo As String,
version As Double
)
Public Sub ExportUBCIP3 (
db As CDB,
line As String,
chan As String,
error_chan As String,
obs As String,
topo As String,
version As Double
)
public:
void ExportUBCIP3(
CDB^ db,
String^ line,
String^ chan,
String^ error_chan,
String^ obs,
String^ topo,
double version
)
public:
void ExportUBCIP3(
CDB^ db,
String^ line,
String^ chan,
String^ error_chan,
String^ obs,
String^ topo,
double version
)
member ExportUBCIP3 :
db : CDB *
line : string *
chan : string *
error_chan : string *
obs : string *
topo : string *
version : float -> unit
member ExportUBCIP3 :
db : CDB *
line : string *
chan : string *
error_chan : string *
obs : string *
topo : string *
version : float -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetXCDB
DB object - line
- Type: SystemString
Output line name - chan
- Type: SystemString
Output IP 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 - version
- Type: SystemDouble
Version number (3 or 5)
Remarks
Outputs a *.DAT file of the survey data for use in the
UBC 2D inversion program IPINV2D.
Include error channel output and version-specific formatting.
See Also