Click or drag to resize

CDHImport2 Method

Imports data into a Drill Hole Database (obsolete).

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void Import2(
	string project,
	CDB db,
	int line,
	int hole,
	string table,
	int type,
	string log
)

public static void Import2(
	string project,
	CDB db,
	int line,
	int hole,
	string table,
	int type,
	string log
)

Parameters

project
Type: SystemString
Drill project name
db
Type: GeoEngine.Core.GXNetCDB
DB Handle
line
Type: SystemInt32
Line
hole
Type: SystemInt32
Hole channel
table
Type: SystemString
Table
type
Type: SystemInt32
<define>DH_DATA</define>
log
Type: SystemString
Log file name
See Also