Click or drag to resize

CVVUSearchReplaceText Method

Search and replace text values in a VV

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void SearchReplaceText(
	CVV vv,
	int format,
	int decimal,
	string val,
	string rpl,
	int mode
)

public static void SearchReplaceText(
	CVV vv,
	int format,
	int decimal,
	string val,
	string rpl,
	int mode
)

Parameters

vv
Type: GeoEngine.Core.GXNetCVV
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>
Remarks
Search comparison is made on string comparison of the data.
See Also