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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Comparisons are case-tolerant.
Syntax
public int iFindItem(
	int type,
	string name
)

Parameters

type
Type: SystemInt32
<define>LST_ITEM</define> data to do the search on
name
Type: SystemString
String to Search For

Return Value

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