Click or drag to resize
CLTBiFindKey Method
Return the key index of a record.

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)
Syntax
public int iFindKey(
	string str1
)

Parameters

str1
Type: SystemString
key name

Return Value

Type: Int32
-1 if key does not exist. record number if key does exist.
See Also