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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void Import2(
	CGXNETCore gxNetShared,
	string project,
	CDB db,
	int line,
	int hole,
	string table,
	int type,
	string log
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
project
Type: SystemString
Drill project name
db
Type: GeoEngine.Core.GXNetXCDB
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