 | CGUIIiImportDrillDatabaseODBCMaxwell Method (IWin32Window, String, String, String, Int32, CREG) |
Same as IiImportDrillDatabaseODBC_GUI but customized for Maxwell.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static int IiImportDrillDatabaseODBCMaxwell(
IWin32Window owner,
ref string connect,
ref string temp,
ref string table,
ref int type,
CREG reg
)
public static int IiImportDrillDatabaseODBCMaxwell(
IWin32Window owner,
ref string connect,
ref string temp,
ref string table,
ref int type,
CREG reg
)
Public Shared Function IiImportDrillDatabaseODBCMaxwell (
owner As IWin32Window,
ByRef connect As String,
ByRef temp As String,
ByRef table As String,
ByRef type As Integer,
reg As CREG
) As Integer
Public Shared Function IiImportDrillDatabaseODBCMaxwell (
owner As IWin32Window,
ByRef connect As String,
ByRef temp As String,
ByRef table As String,
ByRef type As Integer,
reg As CREG
) As Integer
public:
static int IiImportDrillDatabaseODBCMaxwell(
IWin32Window^ owner,
String^% connect,
String^% temp,
String^% table,
int% type,
CREG^ reg
)
public:
static int IiImportDrillDatabaseODBCMaxwell(
IWin32Window^ owner,
String^% connect,
String^% temp,
String^% table,
int% type,
CREG^ reg
)
static member IiImportDrillDatabaseODBCMaxwell :
owner : IWin32Window *
connect : string byref *
temp : string byref *
table : string byref *
type : int byref *
reg : CREG -> int
static member IiImportDrillDatabaseODBCMaxwell :
owner : IWin32Window *
connect : string byref *
temp : string byref *
table : string byref *
type : int byref *
reg : CREG -> int
Parameters
- owner
- Type: System.Windows.FormsIWin32Window
The IWin32Window the message box will display in front of. - connect
- Type: SystemString
Connection string - temp
- Type: SystemString
Template to make - table
- Type: SystemString
Name of table - type
- Type: SystemInt32
Type of import returned <define>DH_DATA</define> - reg
- Type: GeoEngine.Core.GXNetCREG
Drill Hole Object REG handle
Return Value
Type:
Int320-OK 1-Cancel
RemarksSame as IiImportDrillDatabaseODBC_GUI but customized for Maxwell.
See Also