Click or drag to resize

CVVUSearchReplaceText Method

Search and replace text 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 SearchReplaceText(
	CGXNETCore gxNetShared,
	CVV vv,
	int format,
	int decimal,
	string val,
	string rpl,
	int mode
)

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

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