 | CDHImport2 Method |
Imports data into a Drill Hole Database (obsolete).
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void Import2(
CGXNETCore gxNetShared,
string project,
CDB db,
int line,
int hole,
string table,
int type,
string log
)
public static void Import2(
CGXNETCore gxNetShared,
string project,
CDB db,
int line,
int hole,
string table,
int type,
string log
)
Public Shared Sub Import2 (
gxNetShared As CGXNETCore,
project As String,
db As CDB,
line As Integer,
hole As Integer,
table As String,
type As Integer,
log As String
)
Public Shared Sub Import2 (
gxNetShared As CGXNETCore,
project As String,
db As CDB,
line As Integer,
hole As Integer,
table As String,
type As Integer,
log As String
)
public:
static void Import2(
CGXNETCore^ gxNetShared,
String^ project,
CDB^ db,
int line,
int hole,
String^ table,
int type,
String^ log
)
public:
static void Import2(
CGXNETCore^ gxNetShared,
String^ project,
CDB^ db,
int line,
int hole,
String^ table,
int type,
String^ log
)
static member Import2 :
gxNetShared : CGXNETCore *
project : string *
db : CDB *
line : int *
hole : int *
table : string *
type : int *
log : string -> unit
static member Import2 :
gxNetShared : CGXNETCore *
project : string *
db : CDB *
line : int *
hole : int *
table : string *
type : int *
log : string -> unit
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