Click or drag to resize
CIPImportMergeIPRED Method
Imports IPRED data to an existing line.

Available since Oasis montaj version: 5.1.8
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Exits with error if the line does not exist. Data is merged on basis of Stn and N value.
Syntax
public void ImportMergeIPRED(
	CDB oDB1,
	string str2,
	string str3
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database to import to
str2
Type: SystemString
File to import from
str3
Type: SystemString
Channel to import
See Also