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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Search comparison is made on double comparison of the data.
Syntax
public static void SearchReplace(
	CGXNETCore gxNetShared,
	CVV vv,
	double val,
	double rpl
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vv
Type: GeoEngine.Core.GXNetXCVV
val
Type: SystemDouble
Value to replace
rpl
Type: SystemDouble
Replacement
See Also