Click or drag to resize
CDHCompositeDB Method
Make a composite database

Available since Oasis montaj version: 5.1.8
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public void CompositeDB(
	CDB oDB1,
	CDB oDB2,
	int i3,
	int i4,
	double d5,
	string str6,
	string str7,
	string str8,
	double d9,
	double d10,
	double d11,
	int i12,
	string str13
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Input assay DB object
oDB2
Type: GeoEngine.Core.GXNetCDB
output composite DB object
i3
Type: SystemInt32
See DH_COMPSTDB_HOLSELConstant
i4
Type: SystemInt32
See DH_COMPSTDB_INTSELConstant
d5
Type: SystemDouble
fixed interval length
str6
Type: SystemString
name of lithology cannel
str7
Type: SystemString
name of interval file
str8
Type: SystemString
name of Weight channel
d9
Type: SystemDouble
dRej1Val for intervals short than, (GS_R8DM for no action)
d10
Type: SystemDouble
dRej2Val for intervals gap greater than, (GS_R8DM for no action)
d11
Type: SystemDouble
dRej3Val for Rej3Ch with Rej3Op, (GS_R8DM for no action)
i12
Type: SystemInt32
dRej3Op: 0: >, 1: >=, 2: <, 3: <=
str13
Type: SystemString
name of Rej3Ch channel
See Also