Click or drag to resize

CLTBiFindKey Method

Return the key index of a record.

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

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