Click or drag to resize
CDHImport2 Method
Imports data into a Drill Hole Database (obsolete).

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static void Import2(
	string str1,
	CDB oDB2,
	int i3,
	int i4,
	string str5,
	int i6,
	string str7
)

Parameters

str1
Type: SystemString
Drill project name
oDB2
Type: GeoEngine.Core.GXNetCDB
DB Handle
i3
Type: SystemInt32
Line
i4
Type: SystemInt32
Hole channel
str5
Type: SystemString
Table
i6
Type: SystemInt32
See DH_DATAConstant
str7
Type: SystemString
Log file name
See Also