Click or drag to resize

CGUIiImportChemDatabase Method (IWin32Window, String, String, String, Int32)

Generate a template file for importing Geochems Database.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int iImportChemDatabase(
	IWin32Window owner,
	string name,
	string temp,
	ref string table,
	int type
)

public static int iImportChemDatabase(
	IWin32Window owner,
	string name,
	string temp,
	ref string table,
	int type
)

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
<define>IMPCH_TYPE</define>

Return Value

Type: Int32
0 - OK -1 - Cancel
See Also