Click or drag to resize
CVVURemoveXYDupIndex Method
Remove duplicate samples with the same (X, Y) and update index.

Available since Oasis montaj version: 7.2.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 Index VV is updated accordingly .i.e if (X,Y) location of Index[0] == Index[1] Index[1] is removed.
Syntax
public static void RemoveXYDupIndex(
	CVV oVV1,
	CVV oVV2,
	CVV oVV3
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
X VV
oVV2
Type: GeoEngine.Core.GXNetCVV
Y VV
oVV3
Type: GeoEngine.Core.GXNetCVV
Index VV
See Also