Click or drag to resize
CDHDatamineToCSV Method
Convert a Datamine drillhole file to CSV files ready for import.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Creates three CSV files and the accompanying template files ready for batch ASCII import into a drill project. Project_Collar.csv, .i3 Project_Survey.csv, .i3 Project_Assay.csv, .i3
Syntax
public static void DatamineToCSV(
	CGXNETCore gxNetShared,
	string file,
	string proj
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
file
Type: SystemString
Datamine database file to import (*.dm)
proj
Type: SystemString
Drillhole project name
See Also