 | 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
Syntaxpublic static void Prune(
CVA v_ap,
CVV vv_r,
int o
)
public static void Prune(
CVA v_ap,
CVV vv_r,
int o
)
Public Shared Sub Prune (
v_ap As CVA,
vv_r As CVV,
o As Integer
)
Public Shared Sub Prune (
v_ap As CVA,
vv_r As CVV,
o As Integer
)
public:
static void Prune(
CVA^ v_ap,
CVV^ vv_r,
int o
)
public:
static void Prune(
CVA^ v_ap,
CVV^ vv_r,
int o
)
static member Prune :
v_ap : CVA *
vv_r : CVV *
o : int -> unit
static member Prune :
v_ap : CVA *
vv_r : CVV *
o : int -> unit
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