Click or drag to resize
CVVURemoveDummy2 Method
Remove dummy values from 2 VVs.

Available since Oasis montaj version: 5.0.8
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Removes all indices where either VV has a dummy, or is not defined (due to length differences).
Syntax
public static void RemoveDummy2(
	CVV oVV1,
	CVV oVV2
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
VV object
oVV2
Type: GeoEngine.Core.GXNetCVV
VV object
See Also