Click or drag to resize
CVVURemoveXYDup Method
Remove/average duplicate samples with the same (X, Y).

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
Searches for duplicated (X, Y) locations and removes the duplicates (can be more than just a pair). The "Z" values, if defined, are treated according to the value of VV_XYDUP. The returned VVs are shortened to the new length, without duplicates. The Z VV can be set to NULL on input, in which case it is ignored.
Syntax
public static void RemoveXYDup(
	CVV oVV1,
	CVV oVV2,
	CVV oVV3,
	int i4
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
X VV
oVV2
Type: GeoEngine.Core.GXNetCVV
Y VV
oVV3
Type: GeoEngine.Core.GXNetCVV
(optional) Z VV
i4
Type: SystemInt32
See VV_XYDUPConstant
See Also