Click or drag to resize

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
Syntax
public static void Mask(
	CVV vv_d,
	CVV vv_m
)

public static void Mask(
	CVV vv_d,
	CVV vv_m
)

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