 | CARCDBiImportChemDatabaseWizard Method (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
Syntaxpublic int iImportChemDatabaseWizard(
string temp,
int type
)
public int iImportChemDatabaseWizard(
string temp,
int type
)
Public Function iImportChemDatabaseWizard (
temp As String,
type As Integer
) As Integer
Public Function iImportChemDatabaseWizard (
temp As String,
type As Integer
) As Integer
public:
int iImportChemDatabaseWizard(
String^ temp,
int type
)
public:
int iImportChemDatabaseWizard(
String^ temp,
int type
)
member iImportChemDatabaseWizard :
temp : string *
type : int -> int
member iImportChemDatabaseWizard :
temp : string *
type : int -> int
Parameters
- temp
- Type: SystemString
Template to make - type
- Type: SystemInt32
<define>IMPCH_TYPE</define>
Return Value
Type:
Int320-OK 1-Cancel
See Also