 | CGUIImportDrillWizardEx Method (IWin32Window, String, String, String, 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(
IWin32Window owner,
string name,
string temp,
ref string table,
int type,
CREG reg
)
public static void ImportDrillWizardEx(
IWin32Window owner,
string name,
string temp,
ref string table,
int type,
CREG reg
)
Public Shared Sub ImportDrillWizardEx (
owner As IWin32Window,
name As String,
temp As String,
ByRef table As String,
type As Integer,
reg As CREG
)
Public Shared Sub ImportDrillWizardEx (
owner As IWin32Window,
name As String,
temp As String,
ByRef table As String,
type As Integer,
reg As CREG
)
public:
static void ImportDrillWizardEx(
IWin32Window^ owner,
String^ name,
String^ temp,
String^% table,
int type,
CREG^ reg
)
public:
static void ImportDrillWizardEx(
IWin32Window^ owner,
String^ name,
String^ temp,
String^% table,
int type,
CREG^ reg
)
static member ImportDrillWizardEx :
owner : IWin32Window *
name : string *
temp : string *
table : string byref *
type : int *
reg : CREG -> unit
static member ImportDrillWizardEx :
owner : IWin32Window *
name : string *
temp : string *
table : string byref *
type : int *
reg : CREG -> unit
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 - type
- Type: SystemInt32
Type of import <define>DH_DATA</define> - reg
- Type: GeoEngine.Core.GXNetCREG
Drill Hole Object REG handle
See Also