Click or drag to resize
CVVUiFindDummy Method
Find the first dummy|non-dummy value in VV

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Start and end of range are always defined lowest to largest even if decreasing search order. To search entire VV range, specify 0,-1.
Syntax
public static int iFindDummy(
	CVV oVV1,
	int i2,
	int i3,
	int i4,
	int i5
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
VV handle
i2
Type: SystemInt32
0 increasing order 1 decreasing order
i3
Type: SystemInt32
0 to find the first dummy 1 find first non-dummy
i4
Type: SystemInt32
start search range at element
i5
Type: SystemInt32
end search range at element (-1 for last)

Return Value

Type: Int32
The index of the first dummy|non-dummy value in VV -1 if not found or if length of VV is 0
See Also