 | CDHDatamineToCSV Method |
Convert a Datamine drillhole file to CSV files ready for import.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void DatamineToCSV(
string file,
string proj
)
public static void DatamineToCSV(
string file,
string proj
)
Public Shared Sub DatamineToCSV (
file As String,
proj As String
)
Public Shared Sub DatamineToCSV (
file As String,
proj As String
)
public:
static void DatamineToCSV(
String^ file,
String^ proj
)
public:
static void DatamineToCSV(
String^ file,
String^ proj
)
static member DatamineToCSV :
file : string *
proj : string -> unit
static member DatamineToCSV :
file : string *
proj : string -> unit
Parameters
- file
- Type: SystemString
Datamine database file to import (*.dm) - proj
- Type: SystemString
Drillhole project name
Remarks
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
See Also