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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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 <define>VV_XYDUP</define>. 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(
	CGXNETCore gxNetShared,
	CVV xvv,
	CVV yvv,
	CVV zvv,
	int xy_dup
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
xvv
Type: GeoEngine.Core.GXNetXCVV
X VV
yvv
Type: GeoEngine.Core.GXNetXCVV
Y VV
zvv
Type: GeoEngine.Core.GXNetXCVV
(optional) Z VV
xy_dup
Type: SystemInt32
<define>VV_XYDUP</define>
See Also