Click or drag to resize

CVVUSearchReplace Method

Search and replace numeric values in a VV.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void SearchReplace(
	CGXNETCore gxNetShared,
	CVV vv,
	double val,
	double rpl
)

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
Remarks
Search comparison is made on double comparison of the data.
See Also