Click or drag to resize

CARCDBiImportChemDatabaseWizard Method (IWin32Window, String, Int32)

Template creation for importing geochem data.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int iImportChemDatabaseWizard(
	IWin32Window owner,
	string temp,
	int type
)

public int iImportChemDatabaseWizard(
	IWin32Window owner,
	string temp,
	int type
)

Parameters

owner
Type: System.Windows.FormsIWin32Window
The IWin32Window the message box will display in front of.
temp
Type: SystemString
Template to make
type
Type: SystemInt32
<define>IMPCH_TYPE</define>

Return Value

Type: Int32
0-OK 1-Cancel
See Also