Click or drag to resize

CIPAverageDuplicates Method

Note: This API is now obsolete.

Average duplicate samples in a database.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since unknown, ")]
public void AverageDuplicates(
	CDB db,
	string chan,
	int out
)

[ObsoleteAttribute("Deprecated since unknown, ")]
public void AverageDuplicates(
	CDB db,
	string chan,
	int out
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
Database to export from
chan
Type: SystemString
Mask or reference channel
out
Type: SystemInt32
<define>IP_DUPLICATE</define>
Remarks
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. REPLACED BY: AverageDuplicatesQC_IP.
See Also