 | CDHDatamineToCSV Method |
Convert a Datamine drillhole file to CSV files ready for import.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void DatamineToCSV(
CGXNETCore gxNetShared,
string file,
string proj
)
public static void DatamineToCSV(
CGXNETCore gxNetShared,
string file,
string proj
)
Public Shared Sub DatamineToCSV (
gxNetShared As CGXNETCore,
file As String,
proj As String
)
Public Shared Sub DatamineToCSV (
gxNetShared As CGXNETCore,
file As String,
proj As String
)
public:
static void DatamineToCSV(
CGXNETCore^ gxNetShared,
String^ file,
String^ proj
)
public:
static void DatamineToCSV(
CGXNETCore^ gxNetShared,
String^ file,
String^ proj
)
static member DatamineToCSV :
gxNetShared : CGXNETCore *
file : string *
proj : string -> unit
static member DatamineToCSV :
gxNetShared : CGXNETCore *
file : string *
proj : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - 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