Click or drag to resize

CVVUPrune Method

Prune values from a VV based on reference VV

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void Prune(
	CGXNETCore gxNetShared,
	CVV vv_p,
	CVV vv_r,
	int o
)

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vv_p
Type: GeoEngine.Core.GXNetXCVV
VV to prune
vv_r
Type: GeoEngine.Core.GXNetXCVV
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