Click or drag to resize
CGUIImportDrillWizardEx Method (CGXNETCore, IWin32Window, String, String, String, Int32, CREG)
Generate a template file for importing drill holes where type is known

Available since Oasis montaj version: 9.5
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)
Syntax
public static void ImportDrillWizardEx(
	CGXNETCore gxNetShared,
	IWin32Window owner,
	string name,
	string temp,
	ref string table,
	int type,
	CREG reg
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
owner
Type: System.Windows.FormsIWin32Window
The IWin32Window the message box will display in front of.
name
Type: SystemString
Data file name
temp
Type: SystemString
Template to make
table
Type: SystemString
Name of table
type
Type: SystemInt32
Type of import <define>DH_DATA</define>
reg
Type: GeoEngine.Core.GXNetXCREG
Drill Hole Object REG handle
See Also