 | CVVUMask Method |
Mask dummies in one VV onto another.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void Mask(
CGXNETCore gxNetShared,
CVV vv_d,
CVV vv_m
)
public static void Mask(
CGXNETCore gxNetShared,
CVV vv_d,
CVV vv_m
)
Public Shared Sub Mask (
gxNetShared As CGXNETCore,
vv_d As CVV,
vv_m As CVV
)
Public Shared Sub Mask (
gxNetShared As CGXNETCore,
vv_d As CVV,
vv_m As CVV
)
public:
static void Mask(
CGXNETCore^ gxNetShared,
CVV^ vv_d,
CVV^ vv_m
)
public:
static void Mask(
CGXNETCore^ gxNetShared,
CVV^ vv_d,
CVV^ vv_m
)
static member Mask :
gxNetShared : CGXNETCore *
vv_d : CVV *
vv_m : CVV -> unit
static member Mask :
gxNetShared : CGXNETCore *
vv_d : CVV *
vv_m : CVV -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - vv_d
- Type: GeoEngine.Core.GXNetXCVV
VV to be masked - vv_m
- Type: GeoEngine.Core.GXNetXCVV
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