 | CGUIiImportAsciiWizard Method (CGXNETCore, String, String) |
Generate a template file from a gui.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static int iImportAsciiWizard(
CGXNETCore gxNetShared,
string name,
string temp
)
public static int iImportAsciiWizard(
CGXNETCore gxNetShared,
string name,
string temp
)
Public Shared Function iImportAsciiWizard (
gxNetShared As CGXNETCore,
name As String,
temp As String
) As Integer
Public Shared Function iImportAsciiWizard (
gxNetShared As CGXNETCore,
name As String,
temp As String
) As Integer
public:
static int iImportAsciiWizard(
CGXNETCore^ gxNetShared,
String^ name,
String^ temp
)
public:
static int iImportAsciiWizard(
CGXNETCore^ gxNetShared,
String^ name,
String^ temp
)
static member iImportAsciiWizard :
gxNetShared : CGXNETCore *
name : string *
temp : string -> int
static member iImportAsciiWizard :
gxNetShared : CGXNETCore *
name : string *
temp : string -> int
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - name
- Type: SystemString
Data file name - temp
- Type: SystemString
Template to make
Return Value
Type:
Int32
0 - OK
1 - Cancel
See Also