Click or drag to resize
CLSTiFindItem Method
Searches the list for a specified item.

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Comparisons are case-tolerant.
Syntax
public int iFindItem(
	int i1,
	string str2
)

Parameters

i1
Type: SystemInt32
See LST_ITEMConstant data to do the search on
str2
Type: SystemString
String to Search For

Return Value

Type: Int32
x - Item Number -1 - Not Found
See Also