 | CGUIIiImportDrillDatabaseESRI Method (IWin32Window, String, String, Int32, String, Int32, Int32, Int32, CREG) |
Same as iImportDrillDatabaseADO2_GUI, but from an ArcGIS Geodatabase
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static int IiImportDrillDatabaseESRI(
IWin32Window owner,
string connect,
ref string temp,
int temp_size,
ref string table,
int table_size,
ref int type,
int geochem,
CREG reg
)
public static int IiImportDrillDatabaseESRI(
IWin32Window owner,
string connect,
ref string temp,
int temp_size,
ref string table,
int table_size,
ref int type,
int geochem,
CREG reg
)
Public Shared Function IiImportDrillDatabaseESRI (
owner As IWin32Window,
connect As String,
ByRef temp As String,
temp_size As Integer,
ByRef table As String,
table_size As Integer,
ByRef type As Integer,
geochem As Integer,
reg As CREG
) As Integer
Public Shared Function IiImportDrillDatabaseESRI (
owner As IWin32Window,
connect As String,
ByRef temp As String,
temp_size As Integer,
ByRef table As String,
table_size As Integer,
ByRef type As Integer,
geochem As Integer,
reg As CREG
) As Integer
public:
static int IiImportDrillDatabaseESRI(
IWin32Window^ owner,
String^ connect,
String^% temp,
int temp_size,
String^% table,
int table_size,
int% type,
int geochem,
CREG^ reg
)
public:
static int IiImportDrillDatabaseESRI(
IWin32Window^ owner,
String^ connect,
String^% temp,
int temp_size,
String^% table,
int table_size,
int% type,
int geochem,
CREG^ reg
)
static member IiImportDrillDatabaseESRI :
owner : IWin32Window *
connect : string *
temp : string byref *
temp_size : int *
table : string byref *
table_size : int *
type : int byref *
geochem : int *
reg : CREG -> int
static member IiImportDrillDatabaseESRI :
owner : IWin32Window *
connect : string *
temp : string byref *
temp_size : int *
table : string byref *
table_size : int *
type : int byref *
geochem : int *
reg : CREG -> int
Parameters
- owner
- Type: System.Windows.FormsIWin32Window
The IWin32Window the message box will display in front of. - connect
- Type: SystemString
External database connection string (e.g. "d:\Personal\test.mdb|Table" or "d:\File\test.gdb|TableX|FeatureClassY)" - temp
- Type: SystemString
Template to make (if left blank, the created template name is returned) - temp_size
- Type: SystemInt32
Size of the template name string - table
- Type: SystemString
Name of table - table_size
- Type: SystemInt32
Size of table name string - type
- Type: SystemInt32
Type of import returned <define>DH_DATA</define> - geochem
- Type: SystemInt32
Geosoft Geochemistry Database? - reg
- Type: GeoEngine.Core.GXNetCREG
Drill Hole Object REG handle
Return Value
Type:
Int32
0 - OK
-1 - Cancel
Remarks
If it is not defined on input, the template name is set
to be the Wholeplot table name; e.g.
"HOLESURVEY.i4" for "Project_HOLESURVEY"
See Also