Click or drag to resize
CGUIiImportChemDatabase Method (CGXNETCore, String, String, String, Int32)
Generate a template file for importing Geochems Database.

Available since Oasis montaj version: 5.0
License: Available to anyone with an Oasis Montaj license.  
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static int iImportChemDatabase(
	CGXNETCore gxNetShared,
	string name,
	string temp,
	ref string table,
	int type
)

Parameters

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