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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public int iFindKey(
	string key
)

Parameters

key
Type: SystemString
Key name

Return Value

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