Click or drag to resize

CLSTiFindItem Method

Searches the list for a specified item.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int iFindItem(
	int type,
	string name
)

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
Remarks
Comparisons are case-tolerant.
See Also