Click or drag to resize
CGUIIiImportDrillDatabaseODBCMaxwell Method (IWin32Window, String, String, String, Int32, CREG)
Same as IiImportDrillDatabaseODBC_GUI but customized for Maxwell.

Available since Oasis montaj version: 8.3.0
License: Available to anyone with an Oasis Montaj license.  
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Same as IiImportDrillDatabaseODBC_GUI but customized for Maxwell.
Syntax
public static int IiImportDrillDatabaseODBCMaxwell(
	IWin32Window owner,
	ref string str1,
	ref string str2,
	ref string str3,
	ref int i4,
	CREG oREG5
)

Parameters

owner
Type: System.Windows.FormsIWin32Window
The IWin32Window the message box will display in front of.
str1
Type: SystemString
connection string
str2
Type: SystemString
template to make
str3
Type: SystemString
Name of table
i4
Type: SystemInt32
Type of import returned DH_DATAConstant
oREG5
Type: GeoEngine.Core.GXNetCREG
Drill Hole Object REG handle

Return Value

Type: Int32
0-OK 1-Cancel
See Also