 | CGUIiImportDrillDatabase Method (CGXNETCore, String, String, String, Int32, Int32, CREG) |
Note: This API is now obsolete.
Generate a template file for importing drill holes.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax[ObsoleteAttribute("Deprecated since unknown, Use ImportDrillDatabaseADO_GUI")]
public static int iImportDrillDatabase(
CGXNETCore gxNetShared,
string name,
string temp,
ref string table,
int table_size,
ref int type,
CREG reg
)
[ObsoleteAttribute("Deprecated since unknown, Use ImportDrillDatabaseADO_GUI")]
public static int iImportDrillDatabase(
CGXNETCore gxNetShared,
string name,
string temp,
ref string table,
int table_size,
ref int type,
CREG reg
)
<ObsoleteAttribute("Deprecated since unknown, Use ImportDrillDatabaseADO_GUI")>
Public Shared Function iImportDrillDatabase (
gxNetShared As CGXNETCore,
name As String,
temp As String,
ByRef table As String,
table_size As Integer,
ByRef type As Integer,
reg As CREG
) As Integer
<ObsoleteAttribute("Deprecated since unknown, Use ImportDrillDatabaseADO_GUI")>
Public Shared Function iImportDrillDatabase (
gxNetShared As CGXNETCore,
name As String,
temp As String,
ByRef table As String,
table_size As Integer,
ByRef type As Integer,
reg As CREG
) As Integer
public:
[ObsoleteAttribute(L"Deprecated since unknown, Use ImportDrillDatabaseADO_GUI")]
static int iImportDrillDatabase(
CGXNETCore^ gxNetShared,
String^ name,
String^ temp,
String^% table,
int table_size,
int% type,
CREG^ reg
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, Use ImportDrillDatabaseADO_GUI")]
static int iImportDrillDatabase(
CGXNETCore^ gxNetShared,
String^ name,
String^ temp,
String^% table,
int table_size,
int% type,
CREG^ reg
)
[<ObsoleteAttribute("Deprecated since unknown, Use ImportDrillDatabaseADO_GUI")>]
static member iImportDrillDatabase :
gxNetShared : CGXNETCore *
name : string *
temp : string *
table : string byref *
table_size : int *
type : int byref *
reg : CREG -> int
[<ObsoleteAttribute("Deprecated since unknown, Use ImportDrillDatabaseADO_GUI")>]
static member iImportDrillDatabase :
gxNetShared : CGXNETCore *
name : string *
temp : string *
table : string byref *
table_size : int *
type : int byref *
reg : CREG -> int
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - name
- Type: SystemString
Data file name - temp
- Type: SystemString
Template to make - table
- Type: SystemString
Name of table - table_size
- Type: SystemInt32
Size of table name string - type
- Type: SystemInt32
Type of import returned (See DH_DATA_? in dh.gxh) - reg
- Type: GeoEngine.Core.GXNetXCREG
Drill Hole Object REG handle
Return Value
Type:
Int32
0 - OK
-1 - Cancel
See Also