Click or drag to resize

CVAUPrune Method

Prune values from a VA based on reference VA

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

public static void Prune(
	CVA v_ap,
	CVV vv_r,
	int o
)

Parameters

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