Click or drag to resize

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

public static void Mask(
	CGXNETCore gxNetShared,
	CVV vv_d,
	CVV vv_m
)

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