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.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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 db,
	string file,
	string chan
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
Database to import to
file
Type: SystemString
File to import from
chan
Type: SystemString
Channel to import
See Also