Click or drag to resize
CVVUSearchReplace Method
Search and replace numeric values in a VV.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Search comparison is made on double comparison of the data.
Syntax
public static void SearchReplace(
	CVV oVV1,
	double d2,
	double d3
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
VV
d2
Type: SystemDouble
value to replace
d3
Type: SystemDouble
replacement
See Also