Click or drag to resize
CVVUSearchReplaceText Method
Search and replace text values in a VV

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