 | CVVUMask Method |
Mask dummies in one VV onto another.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void Mask(
CVV vv_d,
CVV vv_m
)
public static void Mask(
CVV vv_d,
CVV vv_m
)
Public Shared Sub Mask (
vv_d As CVV,
vv_m As CVV
)
Public Shared Sub Mask (
vv_d As CVV,
vv_m As CVV
)
public:
static void Mask(
CVV^ vv_d,
CVV^ vv_m
)
public:
static void Mask(
CVV^ vv_d,
CVV^ vv_m
)
static member Mask :
vv_d : CVV *
vv_m : CVV -> unit
static member Mask :
vv_d : CVV *
vv_m : CVV -> unit
Parameters
- vv_d
- Type: GeoEngine.Core.GXNetCVV
VV to be masked - vv_m
- Type: GeoEngine.Core.GXNetCVV
Mask reference VV
Remarks
VV to mask will be resampled to reference VV if required.
The returned length of the VV to mask will be the shorter
of the reference VV or the mask VV.
See Also