Click or drag to resize

CIPImportIPDATA Method

Imports data in the Geosoft IPDATA format.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public void ImportIPDATA(
	CDB db,
	string file,
	string chan
)

public void ImportIPDATA(
	CDB db,
	string file,
	string chan
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database to import to
file
Type: SystemString
IPDATA file name
chan
Type: SystemString
Channel to import to
See Also