 | CDHCompositeDB Method |
Make a composite database
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void CompositeDB(
CDB mast_db,
CDB comp_db,
int hol_sel,
int int_sel,
double fix_int,
string lith_ch,
string int_file,
string wt_ch,
double rej1_val,
double rej2_val,
double rej3_val,
int rej3_op,
string rej3_ch
)
public void CompositeDB(
CDB mast_db,
CDB comp_db,
int hol_sel,
int int_sel,
double fix_int,
string lith_ch,
string int_file,
string wt_ch,
double rej1_val,
double rej2_val,
double rej3_val,
int rej3_op,
string rej3_ch
)
Public Sub CompositeDB (
mast_db As CDB,
comp_db As CDB,
hol_sel As Integer,
int_sel As Integer,
fix_int As Double,
lith_ch As String,
int_file As String,
wt_ch As String,
rej1_val As Double,
rej2_val As Double,
rej3_val As Double,
rej3_op As Integer,
rej3_ch As String
)
Public Sub CompositeDB (
mast_db As CDB,
comp_db As CDB,
hol_sel As Integer,
int_sel As Integer,
fix_int As Double,
lith_ch As String,
int_file As String,
wt_ch As String,
rej1_val As Double,
rej2_val As Double,
rej3_val As Double,
rej3_op As Integer,
rej3_ch As String
)
public:
void CompositeDB(
CDB^ mast_db,
CDB^ comp_db,
int hol_sel,
int int_sel,
double fix_int,
String^ lith_ch,
String^ int_file,
String^ wt_ch,
double rej1_val,
double rej2_val,
double rej3_val,
int rej3_op,
String^ rej3_ch
)
public:
void CompositeDB(
CDB^ mast_db,
CDB^ comp_db,
int hol_sel,
int int_sel,
double fix_int,
String^ lith_ch,
String^ int_file,
String^ wt_ch,
double rej1_val,
double rej2_val,
double rej3_val,
int rej3_op,
String^ rej3_ch
)
member CompositeDB :
mast_db : CDB *
comp_db : CDB *
hol_sel : int *
int_sel : int *
fix_int : float *
lith_ch : string *
int_file : string *
wt_ch : string *
rej1_val : float *
rej2_val : float *
rej3_val : float *
rej3_op : int *
rej3_ch : string -> unit
member CompositeDB :
mast_db : CDB *
comp_db : CDB *
hol_sel : int *
int_sel : int *
fix_int : float *
lith_ch : string *
int_file : string *
wt_ch : string *
rej1_val : float *
rej2_val : float *
rej3_val : float *
rej3_op : int *
rej3_ch : string -> unit
Parameters
- mast_db
- Type: GeoEngine.Core.GXNetXCDB
Input assay DB object - comp_db
- Type: GeoEngine.Core.GXNetXCDB
Output composite DB object - hol_sel
- Type: SystemInt32
<define>DH_COMPSTDB_HOLSEL</define> - int_sel
- Type: SystemInt32
<define>DH_COMPSTDB_INTSEL</define> - fix_int
- Type: SystemDouble
Fixed interval length - lith_ch
- Type: SystemString
Name of lithology cannel - int_file
- Type: SystemString
Name of interval file - wt_ch
- Type: SystemString
Name of Weight channel - rej1_val
- Type: SystemDouble
dRej1Val for intervals short than, (<define>GS_R8DM</define> for no action) - rej2_val
- Type: SystemDouble
dRej2Val for intervals gap greater than, (<define>GS_R8DM</define> for no action) - rej3_val
- Type: SystemDouble
dRej3Val for Rej3Ch with Rej3Op, (<define>GS_R8DM</define> for no action) - rej3_op
- Type: SystemInt32
dRej3Op: 0: >, 1: >=, 2: <, 3: <= - rej3_ch
- Type: SystemString
Name of Rej3Ch channel
See Also