 | CGUIiImportChemDatabase Method (CGXNETCore, String, String, String, Int32, Int32) |
Generate a template file for importing Geochems Database.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static int iImportChemDatabase(
CGXNETCore gxNetShared,
string name,
string temp,
ref string table,
int table_size,
int type
)
public static int iImportChemDatabase(
CGXNETCore gxNetShared,
string name,
string temp,
ref string table,
int table_size,
int type
)
Public Shared Function iImportChemDatabase (
gxNetShared As CGXNETCore,
name As String,
temp As String,
ByRef table As String,
table_size As Integer,
type As Integer
) As Integer
Public Shared Function iImportChemDatabase (
gxNetShared As CGXNETCore,
name As String,
temp As String,
ByRef table As String,
table_size As Integer,
type As Integer
) As Integer
public:
static int iImportChemDatabase(
CGXNETCore^ gxNetShared,
String^ name,
String^ temp,
String^% table,
int table_size,
int type
)
public:
static int iImportChemDatabase(
CGXNETCore^ gxNetShared,
String^ name,
String^ temp,
String^% table,
int table_size,
int type
)
static member iImportChemDatabase :
gxNetShared : CGXNETCore *
name : string *
temp : string *
table : string byref *
table_size : int *
type : int -> int
static member iImportChemDatabase :
gxNetShared : CGXNETCore *
name : string *
temp : string *
table : string byref *
table_size : int *
type : int -> int
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 - table_size
- Type: SystemInt32
Size of table name string - type
- Type: SystemInt32
<define>IMPCH_TYPE</define>
Return Value
Type:
Int32
0 - OK
-1 - Cancel
See Also