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.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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(
	string str1,
	string str2
)

Parameters

str1
Type: SystemString
Datamine database file to import (*.dm)
str2
Type: SystemString
Drillhole project name
See Also