Click or drag to resize

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
)

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