Click or drag to resize

CVVUSearchReplaceTextEx Method

Search and replace text values in a VV, count items changed.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void SearchReplaceTextEx(
	CGXNETCore gxNetShared,
	CVV vv,
	int format,
	int decimal,
	string val,
	string rpl,
	int mode,
	ref int items
)

public static void SearchReplaceTextEx(
	CGXNETCore gxNetShared,
	CVV vv,
	int format,
	int decimal,
	string val,
	string rpl,
	int mode,
	ref int items
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vv
Type: GeoEngine.Core.GXNetXCVV
format
Type: SystemInt32
String format for numeric VV
decimal
Type: SystemInt32
Decimals for formating numeric VV
val
Type: SystemString
Formatted string to replace
rpl
Type: SystemString
Replacement
mode
Type: SystemInt32
<define>VVU_SRCHREPL_CASE</define>
items
Type: SystemInt32
Number of items replaced (returned)
Remarks
Search comparison is made on a string comparison of the data.
See Also