 | CIPExportUBCIP Method |
Note: This API is now obsolete.
Export an IP OBS file to use in the UBC IPINV2D program.
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 ExportUBCIP(
CDB db,
string line,
string chan,
string obs,
string topo
)
[ObsoleteAttribute("Deprecated since unknown, ")]
public void ExportUBCIP(
CDB db,
string line,
string chan,
string obs,
string topo
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Sub ExportUBCIP (
db As CDB,
line As String,
chan As String,
obs As String,
topo As String
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Sub ExportUBCIP (
db As CDB,
line As String,
chan As String,
obs As String,
topo As String
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
void ExportUBCIP(
CDB^ db,
String^ line,
String^ chan,
String^ obs,
String^ topo
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
void ExportUBCIP(
CDB^ db,
String^ line,
String^ chan,
String^ obs,
String^ topo
)
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member ExportUBCIP :
db : CDB *
line : string *
chan : string *
obs : string *
topo : string -> unit
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member ExportUBCIP :
db : CDB *
line : string *
chan : string *
obs : string *
topo : string -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetXCDB
DB object - line
- Type: SystemString
Output line name - chan
- Type: SystemString
Output IP channel name - 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 IPINV2D.
See Also