Click or drag to resize

MessageHasLabel Method

Returns true if the label indexed by key exists.

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public bool HasLabel(
	int key
)

Parameters

key
Type: SystemInt32
The key of the required label.

Return Value

Type: Boolean
true if the label indexed by key exists.
See Also