 | CGUIImportDrillWizard Method (String, String, String, 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
Syntaxpublic static void ImportDrillWizard(
string name,
string temp,
ref string table,
ref int type,
CREG reg
)
public static void ImportDrillWizard(
string name,
string temp,
ref string table,
ref int type,
CREG reg
)
Public Shared Sub ImportDrillWizard (
name As String,
temp As String,
ByRef table As String,
ByRef type As Integer,
reg As CREG
)
Public Shared Sub ImportDrillWizard (
name As String,
temp As String,
ByRef table As String,
ByRef type As Integer,
reg As CREG
)
public:
static void ImportDrillWizard(
String^ name,
String^ temp,
String^% table,
int% type,
CREG^ reg
)
public:
static void ImportDrillWizard(
String^ name,
String^ temp,
String^% table,
int% type,
CREG^ reg
)
static member ImportDrillWizard :
name : string *
temp : string *
table : string byref *
type : int byref *
reg : CREG -> unit
static member ImportDrillWizard :
name : string *
temp : string *
table : string byref *
type : int byref *
reg : CREG -> unit
Parameters
- name
- Type: SystemString
Data file name - temp
- Type: SystemString
Template to make - table
- Type: SystemString
Name of table - type
- Type: SystemInt32
Type of import returned <define>DH_DATA</define> - reg
- Type: GeoEngine.Core.GXNetCREG
Drill Hole Object REG handle
See Also