Click or drag to resize

CVVURemoveXYDupIndex Method

Remove duplicate samples with the same (X, Y) and update index.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void RemoveXYDupIndex(
	CVV xvv,
	CVV yvv,
	CVV index_vv
)

public static void RemoveXYDupIndex(
	CVV xvv,
	CVV yvv,
	CVV index_vv
)

Parameters

xvv
Type: GeoEngine.Core.GXNetCVV
X VV
yvv
Type: GeoEngine.Core.GXNetCVV
Y VV
index_vv
Type: GeoEngine.Core.GXNetCVV
Index VV
Remarks
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.
See Also