Click or drag to resize

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

public static int iImportAsciiWizard(
	string name,
	string temp
)

Parameters

name
Type: SystemString
Data file name
temp
Type: SystemString
Template to make

Return Value

Type: Int32
0 - OK 1 - Cancel
See Also