Click or drag to resize
CIPAverageDuplicatesQC Method
Average duplicate samples in a database.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Averages all values with shared station and N values, as long as the mask channel is defined at that FID. Previous averaged values (IP_DATA_AVG) are overwritten according to the overwrite flag. If the QC channel is selected, only those rows of data where the QC channel value is "1" will be included in the average.
Syntax
public void AverageDuplicatesQC(
	CDB oDB1,
	string str2,
	string str3,
	int i4
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database to export from
str2
Type: SystemString
Mask or reference channel (required)
str3
Type: SystemString
QC channel (can be left blank)
i4
Type: SystemInt32
See IP_DUPLICATEConstant
See Also