Click or drag to resize
CVVUSearchReplaceTextEx Method
Search and replace text values in a VV, count items changed.

Available since Oasis montaj version: 6.0.1
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 a string comparison of the data.
Syntax
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)
See Also