 | CGUIImportDrillWizardEx Method (String, String, String, Int32, Int32, CREG) |
Generate a template file for importing drill holes where type is known
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void ImportDrillWizardEx(
string name,
string temp,
ref string table,
int table_size,
int type,
CREG reg
)
public static void ImportDrillWizardEx(
string name,
string temp,
ref string table,
int table_size,
int type,
CREG reg
)
Public Shared Sub ImportDrillWizardEx (
name As String,
temp As String,
ByRef table As String,
table_size As Integer,
type As Integer,
reg As CREG
)
Public Shared Sub ImportDrillWizardEx (
name As String,
temp As String,
ByRef table As String,
table_size As Integer,
type As Integer,
reg As CREG
)
public:
static void ImportDrillWizardEx(
String^ name,
String^ temp,
String^% table,
int table_size,
int type,
CREG^ reg
)
public:
static void ImportDrillWizardEx(
String^ name,
String^ temp,
String^% table,
int table_size,
int type,
CREG^ reg
)
static member ImportDrillWizardEx :
name : string *
temp : string *
table : string byref *
table_size : int *
type : int *
reg : CREG -> unit
static member ImportDrillWizardEx :
name : string *
temp : string *
table : string byref *
table_size : int *
type : int *
reg : CREG -> unit
Parameters
- 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 <define>DH_DATA</define> - reg
- Type: GeoEngine.Core.GXNetCREG
Drill Hole Object REG handle
See Also