Click or drag to resize

CVVUPrune Method

Prune values from a VV based on reference VV

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void Prune(
	CVV vv_p,
	CVV vv_r,
	int o
)

public static void Prune(
	CVV vv_p,
	CVV vv_r,
	int o
)

Parameters

vv_p
Type: GeoEngine.Core.GXNetCVV
VV to prune
vv_r
Type: GeoEngine.Core.GXNetCVV
Reference VV
o
Type: SystemInt32
<define>VVU_PRUNE</define>
Remarks
Pruning will shorten the VV by removing values that are either dummy or non-dummy in the reference VV
See Also