Click or drag to resize

CIPImportMergeIPRED Method

Imports IPRED data to an existing line.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ImportMergeIPRED(
	CDB db,
	string file,
	string chan
)

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
Remarks
Exits with error if the line does not exist. Data is merged on basis of Stn and N value.
See Also