 | CGUIiImportAsciiWizard Method (IWin32Window, String, String) |
Generate a template file from a gui.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static int iImportAsciiWizard(
IWin32Window owner,
string name,
string temp
)
public static int iImportAsciiWizard(
IWin32Window owner,
string name,
string temp
)
Public Shared Function iImportAsciiWizard (
owner As IWin32Window,
name As String,
temp As String
) As Integer
Public Shared Function iImportAsciiWizard (
owner As IWin32Window,
name As String,
temp As String
) As Integer
public:
static int iImportAsciiWizard(
IWin32Window^ owner,
String^ name,
String^ temp
)
public:
static int iImportAsciiWizard(
IWin32Window^ owner,
String^ name,
String^ temp
)
static member iImportAsciiWizard :
owner : IWin32Window *
name : string *
temp : string -> int
static member iImportAsciiWizard :
owner : IWin32Window *
name : string *
temp : string -> int
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
Return Value
Type:
Int32
0 - OK
1 - Cancel
See Also