Click or drag to resize
CVVURemoveDup Method
Remove/average duplicate sample pairs from a database.

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Created for duplicate sample handling in CHIMERA. On input, a numeric or text VV containing data values, and a sample type VV. Sample pairs have types "1" and "2". This routine searches for types in order "1 2 1 2", and replaces the pair of values in the data VV according to the VV_DUPConstant value. Results for samples out of order, for unmatched pairs, or when the sample type does not equal "1" or "2" remain unchanged.
Syntax
public static void RemoveDup(
	CVV oVV1,
	CVV oVV2,
	int i3
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
Data VV
oVV2
Type: GeoEngine.Core.GXNetCVV
Sample Type VV
i3
Type: SystemInt32
See VV_DUPConstant
See Also