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.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Search comparison is made on a string comparison of the data.
Syntax
public static void SearchReplaceTextEx(
	CVV oVV1,
	int i2,
	int i3,
	string str4,
	string str5,
	int i6,
	ref int i7
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
VV
i2
Type: SystemInt32
string format for numeric VV
i3
Type: SystemInt32
decimals for formating numeric VV
str4
Type: SystemString
formatted string to replace
str5
Type: SystemString
replacement
i6
Type: SystemInt32
See VVU_SRCHREPL_CASEConstant
i7
Type: SystemInt32
number of items replaced (returned)
See Also