Click or drag to resize

CGUIImportDrillWizard Method (IWin32Window, String, String, String, Int32, Int32, CREG)

Generate a template file for importing drill holes.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ImportDrillWizard(
	IWin32Window owner,
	string name,
	string temp,
	ref string table,
	int table_size,
	ref int type,
	CREG reg
)

public static void ImportDrillWizard(
	IWin32Window owner,
	string name,
	string temp,
	ref string table,
	int table_size,
	ref int type,
	CREG reg
)

Parameters

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
table_size
Type: SystemInt32
Size of table name string
type
Type: SystemInt32
Type of import returned <define>DH_DATA</define>
reg
Type: GeoEngine.Core.GXNetCREG
Drill Hole Object REG handle
See Also