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