Click or drag to resize

CGUIImportDrillWizardEx Method (CGXNETCore, String, String, String, Int32, CREG)

Generate a template file for importing drill holes where type is known

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void ImportDrillWizardEx(
	CGXNETCore gxNetShared,
	string name,
	string temp,
	ref string table,
	int type,
	CREG reg
)

public static void ImportDrillWizardEx(
	CGXNETCore gxNetShared,
	string name,
	string temp,
	ref string table,
	int type,
	CREG reg
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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