Click or drag to resize
CGUIIiImportDrillDatabaseESRI Method (CGXNETCore, String, String, Int32, String, Int32, Int32, Int32, CREG)
Same as iImportDrillDatabaseADO2_GUI, but from an ArcGIS Geodatabase

Available since Oasis montaj version: 5.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.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
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"
Syntax
public static int IiImportDrillDatabaseESRI(
	CGXNETCore gxNetShared,
	string connect,
	ref string temp,
	int temp_size,
	ref string table,
	int table_size,
	ref int type,
	int geochem,
	CREG reg
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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.GXNetXCREG
Drill Hole Object REG handle

Return Value

Type: Int32
0 - OK -1 - Cancel
See Also