Click or drag to resize

CustomLookupLookupItemSetKey Method

Sets value for given key

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public void SetKey(
	int key,
	string value
)

Parameters

key  Int32
Key number between [1,15].
value  String
Value of the key.
See Also