Click or drag to resize
CVVURemoveDummy3 Method
Remove dummy values from 3 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 any VV has a dummy, or is not defined (due to length differences).
Syntax
public static void RemoveDummy3(
	CVV oVV1,
	CVV oVV2,
	CVV oVV3
)

Parameters

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