Click or drag to resize

CGUIiImportAsciiWizard Method (CGXNETCore, IWin32Window, 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
Syntax
public static int iImportAsciiWizard(
	CGXNETCore gxNetShared,
	IWin32Window owner,
	string name,
	string temp
)

public static int iImportAsciiWizard(
	CGXNETCore gxNetShared,
	IWin32Window owner,
	string name,
	string temp
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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